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/
commands.cpp 89 return delete_dir_contents(pkgdir, 1, NULL);
147 return delete_dir_contents(pkgdir, 0, NULL);
276 if (delete_dir_contents(to.c_str(), 1, NULL) != 0) {
282 if (delete_dir_contents(to.c_str(), 1, NULL) != 0) {
303 if (delete_dir_contents(data_path.c_str(), 1, NULL) != 0) {
308 if (delete_dir_contents(media_path.c_str(), 1, NULL) != 0) {
316 || (delete_dir_contents(config_path, 1, NULL) != 0)) {
331 return delete_dir_contents(cachedir, 0, NULL);
348 return delete_dir_contents(codecachedir, 0, NULL);
    [all...]
installd.h 177 int delete_dir_contents(const char *pathname,
installd.cpp 611 delete_dir_contents(keychain_added_dir, 1, 0);
614 delete_dir_contents(keychain_removed_dir, 1, 0);
utils.cpp 291 int delete_dir_contents(const char *pathname, function
822 if (delete_dir_contents(path, 1, NULL)) {
836 delete_dir_contents(path, 0, NULL);
    [all...]

Completed in 416 milliseconds