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

/frameworks/base/cmds/installd/
H A Dcommands.c291 char dex_path[PKG_PATH_MAX]; local
294 if (create_cache_path(dex_path, path)) return -1;
296 LOGI("unlink %s\n", dex_path);
297 if (unlink(dex_path) < 0) {
298 LOGE("Couldn't unlink %s: %s\n", dex_path, strerror(errno));
563 char dex_path[PKG_PATH_MAX]; local
578 strcpy(dex_path, apk_path);
579 end = strrchr(dex_path, '.');
582 if (stat(dex_path, &dex_stat) == 0) {
587 if (create_cache_path(dex_path, apk_pat
[all...]

Completed in 3 milliseconds