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

/frameworks/base/cmds/installd/
H A Dcommands.c527 static int wait_dexopt(pid_t pid, const char* apk_path) argument
550 LOGD("DexInv: --- END '%s' (success) ---\n", apk_path);
554 apk_path, status);
559 int dexopt(const char *apk_path, uid_t uid, int is_public) argument
571 if (strlen(apk_path) >= (PKG_PATH_MAX - 8)) {
578 strcpy(dex_path, apk_path);
587 if (create_cache_path(dex_path, apk_path)) {
592 stat(apk_path, &apk_stat);
594 zip_fd = open(apk_path, O_RDONLY, 0);
596 LOGE("dexopt cannot open '%s' for input\n", apk_path);
[all...]

Completed in 44 milliseconds