Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
DInstalldNativeService.cpp3665 auto first_boot_path = in setFirstBoot() local
3667 if (access(first_boot_path.c_str(), F_OK) != 0) { in setFirstBoot()
3668 close(open(first_boot_path.c_str(), O_CREAT | O_TRUNC | O_RDWR | O_CLOEXEC, 0644)); in setFirstBoot()