Searched refs:EnsureDirectoryExists (Results 1 – 5 of 5) sorted by relevance
101 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()
34 WARN_UNUSED bool EnsureDirectoryExists(const std::string& absolute_dir_path);
51 if (!EnsureDirectoryExists(cache_directory)) { in OdrMetrics()
72 WARN_UNUSED bool EnsureDirectoryExists(const std::string& absolute_path) { in EnsureDirectoryExists() function
318 if (!EnsureDirectoryExists(dir_name)) { in WriteCacheInfo()1085 if (!EnsureDirectoryExists(install_location)) { in CompileBootExtensionArtifacts()1154 if (!EnsureDirectoryExists(install_location)) { in CompileSystemServerArtifacts()