Searched refs:apk_path (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/cmds/installd/
H A Dinstalld_deps.h42 const char *apk_path,
46 // Computes the odex file for the given apk_path and instruction_set, e.g.,
52 const char *apk_path,
H A Dcommands.h59 int dexopt(const char *apk_path, uid_t uid, const char *pkgName, const char *instruction_set,
66 int rm_package_dir(const char* apk_path);
72 int move_ab(const char *apk_path, const char *instruction_set, const char* oat_dir);
H A Dinstalld.cpp66 const char *apk_path,
71 file_name_start = strrchr(apk_path, '/');
73 ALOGE("apk_path '%s' has no '/'s in it\n", apk_path);
76 file_name_end = strrchr(apk_path, '.');
78 ALOGE("apk_path '%s' has no extension\n", apk_path);
94 * Computes the odex file for the given apk_path and instruction_set.
100 const char *apk_path,
102 if (strlen(apk_path)
64 calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, const char *instruction_set) argument
99 calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, const char *instruction_set) argument
[all...]
H A Dotapreopt.cpp360 int ret = dexopt(package_parameters_[0], // apk_path
506 const char *apk_path,
512 file_name_start = strrchr(apk_path, '/');
514 ALOGE("apk_path '%s' has no '/'s in it\n", apk_path);
519 ALOGE("apk_path '%s' has no extension\n", apk_path);
535 * Computes the odex file for the given apk_path and instruction_set.
540 bool calculate_odex_file_path(char path[PKG_PATH_MAX], const char *apk_path, argument
542 if (StringPrintf("%soat/%s/odex.b", apk_path, instruction_se
505 calculate_oat_file_path(char path[PKG_PATH_MAX], const char *oat_dir, const char *apk_path, const char *instruction_set) argument
[all...]
H A Dcommands.cpp1359 static bool create_oat_out_path(const char* apk_path, const char* instruction_set, argument
1365 if (strlen(apk_path) >= (PKG_PATH_MAX - 8)) {
1366 ALOGE("apk_path too long '%s'\n", apk_path);
1375 if (!calculate_oat_file_path(out_path, oat_dir, apk_path, instruction_set)) {
1379 if (!create_cache_path(out_path, apk_path, instruction_set)) {
1391 int dexopt(const char* apk_path, uid_t uid, const char* pkgname, const char* instruction_set, argument
1426 if (!create_oat_out_path(apk_path, instruction_set, oat_dir, out_path)) {
1432 input_file = apk_path;
1436 if (!calculate_odex_file_path(in_odex_path, apk_path, instruction_se
1867 rm_package_dir(const char* apk_path) argument
1929 move_ab(const char* apk_path, const char* instruction_set, const char* oat_dir) argument
[all...]
/frameworks/base/cmds/idmap/
H A Dscan.cpp24 apk_path(a), idmap_path(i), priority(p) {}
31 String8 apk_path; member in struct:__anon839::Overlay
45 fprintf(fout, "%s %s\n", overlay.apk_path.string(), overlay.idmap_path.string());

Completed in 509 milliseconds