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

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

Completed in 548 milliseconds