HomeSort by relevance Sort by last modified time
    Searched refs:apk_path (Results 1 - 3 of 3) sorted by null

  /frameworks/native/cmds/installd/
commands.c 598 static int wait_dexopt(pid_t pid, const char* apk_path)
621 ALOGV("DexInv: --- END '%s' (success) ---\n", apk_path);
625 apk_path, status);
630 int dexopt(const char *apk_path, uid_t uid, int is_public)
642 if (strlen(apk_path) >= (PKG_PATH_MAX - 8)) {
649 strcpy(dex_path, apk_path);
658 if (create_cache_path(dex_path, apk_path)) {
663 stat(apk_path, &apk_stat);
665 zip_fd = open(apk_path, O_RDONLY, 0);
667 ALOGE("dexopt cannot open '%s' for input\n", apk_path);
    [all...]
installd.h 210 int dexopt(const char *apk_path, uid_t uid, int is_public);
  /development/testrunner/
adb_interface.py 134 def Install(self, apk_path):
138 apk_path: file path to apk file on host
143 return self.SendCommand("install -r %s" % apk_path)

Completed in 438 milliseconds