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

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

Completed in 112 milliseconds