Searched refs:apk_path (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/cmds/idmap/ |
D | scan.cpp | 22 apk_path(a), idmap_path(i), priority(p) {} in Overlay() 30 String8 apk_path; member 44 fprintf(fout, "%s %s\n", overlay.apk_path.string(), overlay.idmap_path.string()); in writePackagesList()
|
/frameworks/native/cmds/installd/ |
D | commands.c | 891 int dexopt(const char *apk_path, uid_t uid, bool is_public, in dexopt() argument 908 if (strlen(apk_path) >= (PKG_PATH_MAX - 8)) { in dexopt() 926 strcpy(out_path, apk_path); in dexopt() 935 if (create_cache_path(out_path, apk_path, instruction_set)) { in dexopt() 941 strcpy(in_odex_path, apk_path); in dexopt() 944 ALOGE("apk_path '%s' has no '/'s in it?!\n", apk_path); in dexopt() 947 const char *apk_end = apk_path + (end - in_odex_path); // strrchr(apk_path, '/'); in dexopt() 957 input_file = apk_path; in dexopt()
|
D | installd.h | 222 int dexopt(const char *apk_path, uid_t uid, bool is_public, const char *pkgName,
|