Home
last modified time | relevance | path

Searched refs:EnsureDirectoryExists (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/
Dfilesystem.h35 bool EnsureDirectoryExists(const std::string& directory_path);
Dstorage.cpp62 if (!EnsureDirectoryExists(home_fastboot_path_)) { in Lock()
Dfilesystem.cpp90 bool EnsureDirectoryExists(const std::string& directory_path) { in EnsureDirectoryExists() function