Searched defs:apk_path (Results 1 - 2 of 2) sorted by path

/frameworks/base/cmds/idmap/
H A Dscan.cpp22 apk_path(a), idmap_path(i), priority(p) {}
30 String8 apk_path; member in struct:__anon777::Overlay
44 fprintf(fout, "%s %s\n", overlay.apk_path.string(), overlay.idmap_path.string());
/frameworks/native/cmds/installd/
H A Dcommands.c863 int dexopt(const char *apk_path, uid_t uid, bool is_public, argument
876 if (strlen(apk_path) >= (PKG_PATH_MAX - 8)) {
894 strcpy(out_path, apk_path);
903 if (create_cache_path(out_path, apk_path, instruction_set)) {
909 strcpy(in_odex_path, apk_path);
912 ALOGE("apk_path '%s' has no '/'s in it?!\n", apk_path);
915 const char *apk_end = apk_path + (end - in_odex_path); // strrchr(apk_path, '/');
925 input_file = apk_path;
[all...]

Completed in 104 milliseconds