Searched refs:boot_marker_path (Results 1 – 1 of 1) sorted by relevance
1265 char boot_marker_path[PKG_PATH_MAX]; in mark_boot_complete() local1266 sprintf(boot_marker_path,"%s%s/.booting", DALVIK_CACHE_PREFIX, instruction_set); in mark_boot_complete()1268 ALOGV("mark_boot_complete : %s", boot_marker_path); in mark_boot_complete()1269 if (unlink(boot_marker_path) != 0) { in mark_boot_complete()1270 ALOGE("Unable to unlink boot marker at %s, error=%s", boot_marker_path, in mark_boot_complete()