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

/frameworks/native/cmds/installd/
H A DInstalldNativeService.cpp1988 char boot_marker_path[PKG_PATH_MAX]; local
1989 sprintf(boot_marker_path,
1995 ALOGV("mark_boot_complete : %s", boot_marker_path);
1996 if (unlink(boot_marker_path) != 0) {
1997 return error(StringPrintf("Failed to unlink %s", boot_marker_path));

Completed in 79 milliseconds