Home
last modified time | relevance | path

Searched defs:EnsureDirectoryExists (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/libchrome/mojo/public/tools/bindings/pylib/mojom/
H A Dfileutil.py8 def EnsureDirectoryExists(path, always_try_to_create=False): function
/aosp_15_r20/system/core/fastboot/
H A Dfilesystem.cpp90 bool EnsureDirectoryExists(const std::string& directory_path) { in EnsureDirectoryExists() function
/aosp_15_r20/external/pigweed/pw_transfer/
H A Datomic_file_transfer_handler.cc30 pw::Status EnsureDirectoryExists(std::string_view filepath) { in EnsureDirectoryExists() function
/aosp_15_r20/art/odrefresh/
H A Dodr_fs_utils.cc80 WARN_UNUSED bool EnsureDirectoryExists(const std::string& absolute_path) { in EnsureDirectoryExists() function
/aosp_15_r20/device/google/cuttlefish/common/libs/utils/
Dfiles.cpp175 Result<void> EnsureDirectoryExists(const std::string& directory_path, in EnsureDirectoryExists() function
/aosp_15_r20/art/runtime/
H A Druntime_image.cc1862 static bool EnsureDirectoryExists(const std::string& directory, std::string* error_msg) { in EnsureDirectoryExists() function