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

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

Completed in 58 milliseconds