// Removes the directory at `dir_path`, first removing all files and sub-directories in it. // Returns true on success, false otherwise.
WARN_UNUSED bool RemoveDirectory(const std::string& dir_path);
// Create all directories on `absolute_dir_path`. // Returns true on success, false otherwise.
WARN_UNUSED bool EnsureDirectoryExists(const std::string& absolute_dir_path);
// Get free space for filesystem containing `path`. // Returns true on success, false otherwise.
WARN_UNUSED bool GetFreeSpace(const std::string& path, uint64_t* bytes);
// Gets space used under directory `dir_path`. // Returns true on success, false otherwise.
WARN_UNUSED bool GetUsedSpace(const std::string& dir_path, uint64_t* bytes);
} // namespace odrefresh
} // namespace art
#endif// ART_ODREFRESH_ODR_FS_UTILS_H_
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.9 Sekunden
(vorverarbeitet am 2026-06-29)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.