HomeSort by relevance Sort by last modified time
    Searched refs:delete_dir_contents (Results 1 - 4 of 4) sorted by null

  /frameworks/native/cmds/installd/
utils.h 108 int delete_dir_contents(const std::string& pathname, bool ignore_if_missing = false);
111 int delete_dir_contents(const char *pathname,
utils.cpp 375 int delete_dir_contents(const std::string& pathname, bool ignore_if_missing) { function in namespace:android::installd
376 return delete_dir_contents(pathname.c_str(), 0, NULL, ignore_if_missing);
380 return delete_dir_contents(pathname.c_str(), 1, NULL, ignore_if_missing);
383 int delete_dir_contents(const char *pathname, function in namespace:android::installd
952 if (delete_dir_contents(path, 1, NULL)) {
966 delete_dir_contents(path, 0, NULL);
    [all...]
commands.cpp 295 res |= delete_dir_contents(path);
312 delete_dir_contents(path);
470 if (delete_dir_contents(to.c_str(), 1, NULL) != 0) {
477 if (delete_dir_contents(to.c_str(), 1, NULL) != 0) {
483 if (delete_dir_contents(to.c_str(), 1, NULL) != 0) {
    [all...]
installd.cpp 652 delete_dir_contents(keychain_added_dir, 1, 0);
655 delete_dir_contents(keychain_removed_dir, 1, 0);

Completed in 36 milliseconds