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

/frameworks/native/cmds/installd/
H A Dcommands.c621 static int wait_dexopt(pid_t pid, const char* apk_path) argument
644 ALOGV("DexInv: --- END '%s' (success) ---\n", apk_path);
648 apk_path, status);
653 int dexopt(const char *apk_path, uid_t uid, int is_public) argument
663 if (strlen(apk_path) >= (PKG_PATH_MAX - 8)) {
677 sprintf(out_path, "%s%s", apk_path, ".odex");
682 if (create_cache_path(out_path, apk_path)) {
687 stat(apk_path, &apk_stat);
689 zip_fd = open(apk_path, O_RDONLY, 0);
691 ALOGE("installd cannot open '%s' for input during dexopt\n", apk_path);
[all...]
H A Dinstalld.h207 int dexopt(const char *apk_path, uid_t uid, int is_public);

Completed in 199 milliseconds