Searched defs:delete_dir_contents (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
H A Dutils.cpp370 int delete_dir_contents(const std::string& pathname, bool ignore_if_missing) { function in namespace:android::installd
371 return delete_dir_contents(pathname.c_str(), 0, NULL, ignore_if_missing);
375 return delete_dir_contents(pathname.c_str(), 1, NULL, ignore_if_missing);
378 int delete_dir_contents(const char *pathname, function in namespace:android::installd
862 if (delete_dir_contents(path, 1, NULL)) {
876 delete_dir_contents(path, 0, NULL);

Completed in 45 milliseconds