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

/frameworks/base/cmds/installd/
H A Dcommands.c652 static int wait_dexopt(pid_t pid, const char* apk_path) argument
675 ALOGV("DexInv: --- END '%s' (success) ---\n", apk_path);
679 apk_path, status);
684 int dexopt(const char *apk_path, uid_t uid, int is_public) argument
696 if (strlen(apk_path) >= (PKG_PATH_MAX - 8)) {
703 strcpy(dex_path, apk_path);
712 if (create_cache_path(dex_path, apk_path)) {
717 stat(apk_path, &apk_stat);
719 zip_fd = open(apk_path, O_RDONLY, 0);
721 ALOGE("dexopt cannot open '%s' for input\n", apk_path);
[all...]

Completed in 77 milliseconds