Home
last modified time | relevance | path

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

/aosp12/art/odrefresh/
H A Dodr_fs_utils_test.cc101 ASSERT_FALSE(EnsureDirectoryExists("/proc/unlikely/to/be/writable")); in TEST_F()
105 ASSERT_FALSE(EnsureDirectoryExists("")); in TEST_F()
109 ASSERT_FALSE(EnsureDirectoryExists("a/b/c")); in TEST_F()
117 ASSERT_TRUE(EnsureDirectoryExists(scratch_dir.GetPath() + "/" + relative_sub_dir)); in TEST_F()
147 ASSERT_TRUE(EnsureDirectoryExists(sub_dir_path)); in TEST_F()
H A Dodr_fs_utils.h34 WARN_UNUSED bool EnsureDirectoryExists(const std::string& absolute_dir_path);
H A Dodr_metrics.cc51 if (!EnsureDirectoryExists(cache_directory)) { in OdrMetrics()
H A Dodr_fs_utils.cc72 WARN_UNUSED bool EnsureDirectoryExists(const std::string& absolute_path) { in EnsureDirectoryExists() function
H A Dodrefresh.cc318 if (!EnsureDirectoryExists(dir_name)) { in WriteCacheInfo()
1085 if (!EnsureDirectoryExists(install_location)) { in CompileBootExtensionArtifacts()
1154 if (!EnsureDirectoryExists(install_location)) { in CompileSystemServerArtifacts()