Searched refs:asecLibDir (Results 1 – 2 of 2) sorted by relevance
/frameworks/native/cmds/installd/ |
D | commands.h | 77 int linklib(const char* uuid, const char* pkgname, const char* asecLibDir, int userId);
|
D | commands.cpp | 1868 int linklib(const char* uuid, const char* pkgname, const char* asecLibDir, int userId) in linklib() argument 1913 if (symlink(asecLibDir, libsymlink) < 0) { in linklib() 1914 ALOGE("couldn't symlink directory '%s' -> '%s': %s\n", libsymlink, asecLibDir, in linklib()
|