Home
last modified time | relevance | path

Searched refs:dstname (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
Dinstalld.h168 int copy_dir_files(const char *srcname, const char *dstname, uid_t owner, gid_t group);
Dutils.c391 const char *dstname, in copy_dir_files() argument
405 mkdir(dstname, 0600); in copy_dir_files()
406 dd = opendir(dstname); in copy_dir_files()
408 ALOGE("Couldn't opendir %s: %s\n", dstname, strerror(errno)); in copy_dir_files()