Searched refs:dex_path (Results 1 – 1 of 1) sorted by relevance
472 char dex_path[PKG_PATH_MAX]; in rm_dex() local479 if (create_cache_path(dex_path, path, instruction_set)) return -1; in rm_dex()481 ALOGV("unlink %s\n", dex_path); in rm_dex()482 if (unlink(dex_path) < 0) { in rm_dex()484 ALOGE("Couldn't unlink %s: %s\n", dex_path, strerror(errno)); in rm_dex()