OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:delete_dir_contents
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/cmds/installd/
commands.c
75
if (
delete_dir_contents
(libsymlink, 1, 0) < 0) {
119
return
delete_dir_contents
(pkgdir, 1, NULL);
184
return
delete_dir_contents
(pkgdir, 0, "lib");
225
if (
delete_dir_contents
(libsymlink, 1, 0) < 0) {
271
if (
delete_dir_contents
(data_path, 1, NULL)) {
279
if (
delete_dir_contents
(media_path, 1, NULL) == -1) {
294
return
delete_dir_contents
(cachedir, 0, 0);
[
all
...]
installd.h
154
int
delete_dir_contents
(const char *pathname,
utils.c
269
int
delete_dir_contents
(const char *pathname,
function
702
if (
delete_dir_contents
(path, 1, NULL)) {
716
delete_dir_contents
(path, 0, NULL);
Completed in 238 milliseconds