Searched refs:delete_dir_contents (Results 1 - 4 of 4) sorted by path

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp526 if (delete_dir_contents(path) != 0) {
544 if (delete_dir_contents(path) != 0) {
841 if (delete_dir_contents(to.c_str(), 1, NULL) != 0) {
848 if (delete_dir_contents(to.c_str(), 1, NULL) != 0) {
854 if (delete_dir_contents(to.c_str(), 1, NULL) != 0) {
1938 if (delete_dir_contents(libsymlink, 1, NULL) < 0) {
H A Dinstalld.cpp259 delete_dir_contents(keychain_added_dir, 1, 0);
262 delete_dir_contents(keychain_removed_dir, 1, 0);
H A Dutils.cpp502 int delete_dir_contents(const std::string& pathname, bool ignore_if_missing) { function in namespace:android::installd
503 return delete_dir_contents(pathname.c_str(), 0, NULL, ignore_if_missing);
507 return delete_dir_contents(pathname.c_str(), 1, NULL, ignore_if_missing);
510 int delete_dir_contents(const char *pathname, function in namespace:android::installd
H A Dutils.h107 int delete_dir_contents(const std::string& pathname, bool ignore_if_missing = false);
110 int delete_dir_contents(const char *pathname,

Completed in 130 milliseconds