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

/frameworks/native/cmds/installd/
H A Dcommands.h63 int linklib(const char* uuid, const char* pkgname, const char* asecLibDir, int userId);
H A Dcommands.cpp1636 int linklib(const char* uuid, const char* pkgname, const char* asecLibDir, int userId) argument
1681 if (symlink(asecLibDir, libsymlink) < 0) {
1682 ALOGE("couldn't symlink directory '%s' -> '%s': %s\n", libsymlink, asecLibDir,

Completed in 54 milliseconds