Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp2145 char boot_marker_path[PKG_PATH_MAX]; in markBootComplete() local
2146 sprintf(boot_marker_path, in markBootComplete()
2152 ALOGV("mark_boot_complete : %s", boot_marker_path); in markBootComplete()
2153 if (unlink(boot_marker_path) != 0) { in markBootComplete()
2154 return error(StringPrintf("Failed to unlink %s", boot_marker_path)); in markBootComplete()