Home
last modified time | relevance | path

Searched refs:apk_path (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.c598 static int wait_dexopt(pid_t pid, const char* apk_path) in wait_dexopt() argument
621 ALOGV("DexInv: --- END '%s' (success) ---\n", apk_path); in wait_dexopt()
625 apk_path, status); in wait_dexopt()
630 int dexopt(const char *apk_path, uid_t uid, int is_public) in dexopt() argument
642 if (strlen(apk_path) >= (PKG_PATH_MAX - 8)) { in dexopt()
649 strcpy(dex_path, apk_path); in dexopt()
658 if (create_cache_path(dex_path, apk_path)) { in dexopt()
663 stat(apk_path, &apk_stat); in dexopt()
665 zip_fd = open(apk_path, O_RDONLY, 0); in dexopt()
667 ALOGE("dexopt cannot open '%s' for input\n", apk_path); in dexopt()
[all …]
Dinstalld.h210 int dexopt(const char *apk_path, uid_t uid, int is_public);