Searched refs:linklib (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/cmds/installd/
H A Dinstalld.h209 int linklib(const char* target, const char* source, int userId);
H A Dinstalld.c121 return linklib(arg[0], arg[1], atoi(arg[2]));
144 { "linklib", 3, do_linklib },
H A Dcommands.c1036 int linklib(const char* pkgname, const char* asecLibDir, int userId) function
1060 ALOGE("linklib() 1: failed to chmod '%s': %s\n", pkgdir, strerror(errno));
1095 ALOGE("linklib() 2: failed to chmod '%s': %s\n", pkgdir, strerror(errno));

Completed in 141 milliseconds