Searched defs:EnsureDirectoryExists (Results 1 – 6 of 6) sorted by relevance
8 def EnsureDirectoryExists(path, always_try_to_create=False): function
90 bool EnsureDirectoryExists(const std::string& directory_path) { in EnsureDirectoryExists() function
30 pw::Status EnsureDirectoryExists(std::string_view filepath) { in EnsureDirectoryExists() function
80 WARN_UNUSED bool EnsureDirectoryExists(const std::string& absolute_path) { in EnsureDirectoryExists() function
175 Result<void> EnsureDirectoryExists(const std::string& directory_path, in EnsureDirectoryExists() function
1862 static bool EnsureDirectoryExists(const std::string& directory, std::string* error_msg) { in EnsureDirectoryExists() function