Home
last modified time | relevance | path

Searched refs:directory_path (Results 1 – 2 of 2) sorted by relevance

/aosp14/system/core/fastboot/
H A Dfilesystem.cpp90 bool EnsureDirectoryExists(const std::string& directory_path) { in EnsureDirectoryExists() argument
93 _mkdir(directory_path.c_str()); in EnsureDirectoryExists()
95 mkdir(directory_path.c_str(), S_IRWXU | S_IRWXG | S_IROTH | S_IXOTH); in EnsureDirectoryExists()
H A Dfilesystem.h34 bool EnsureDirectoryExists(const std::string& directory_path);