Searched refs:pathname (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/cmds/installd/
H A Dutils.c255 int delete_dir_contents(const char *pathname, argument
262 d = opendir(pathname);
264 LOGE("Couldn't opendir %s: %s\n", pathname, strerror(errno));
270 if (rmdir(pathname)) {
271 LOGE("Couldn't rmdir %s: %s\n", pathname, strerror(errno));
H A Dinstalld.h117 int delete_dir_contents(const char *pathname,

Completed in 73 milliseconds