Home
last modified time | relevance | path

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

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