Home
last modified time | relevance | path

Searched refs:boot_marker_path (Results 1 – 1 of 1) sorted by relevance

/frameworks/native/cmds/installd/
Dcommands.cpp1598 char boot_marker_path[PKG_PATH_MAX]; in mark_boot_complete() local
1599 sprintf(boot_marker_path, in mark_boot_complete()
1605 ALOGV("mark_boot_complete : %s", boot_marker_path); in mark_boot_complete()
1606 if (unlink(boot_marker_path) != 0) { in mark_boot_complete()
1607 ALOGE("Unable to unlink boot marker at %s, error=%s", boot_marker_path, in mark_boot_complete()