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

/frameworks/native/cmds/installd/
H A Dcommands.cpp472 char dex_path[PKG_PATH_MAX]; local
479 if (create_cache_path(dex_path, path, instruction_set)) return -1;
481 ALOGV("unlink %s\n", dex_path);
482 if (unlink(dex_path) < 0) {
484 ALOGE("Couldn't unlink %s: %s\n", dex_path, strerror(errno));

Completed in 74 milliseconds