Searched refs:dirpath (Results 1 – 3 of 3) sorted by relevance
136 local dirpath139 dirpath="$(dirname "$path")"140 [[ -d "$dirpath" ]] && verbose_run rm -rf "$dirpath/oat"
365 void CommonArtTestImpl::ClearDirectory(const char* dirpath, bool recursive) { in ClearDirectory() argument366 ASSERT_TRUE(dirpath != nullptr); in ClearDirectory()367 DIR* dir = opendir(dirpath); in ClearDirectory()375 std::string filename(dirpath); in ClearDirectory()
271 void ClearDirectory(const char* dirpath, bool recursive = true);