Home
last modified time | relevance | path

Searched refs:CleanDirectory (Results 1 – 4 of 4) sorted by relevance

/aosp12/art/odrefresh/
H A Dodr_fs_utils_test.cc61 TEST_F(OdrFsUtilsTest, CleanDirectory) { in TEST_F() argument
87 ASSERT_TRUE(CleanDirectory(scratch_dir.GetPath())); in TEST_F()
H A Dodr_fs_utils.h30 WARN_UNUSED bool CleanDirectory(const std::string& dir_path);
H A Dodr_fs_utils.cc59 WARN_UNUSED bool CleanDirectory(const std::string& dir_path) { in CleanDirectory() function
H A Dodrefresh.cc949 return CleanDirectory(apex_data_path); in CleanApexdataDirectory()
1317 if (!config_.GetDryRun() && !CleanDirectory(staging_dir)) { in Compile()
1337 if (!config_.GetDryRun() && !CleanDirectory(staging_dir)) { in Compile()