Searched refs:boot_marker (Results 1 – 1 of 1) sorted by relevance
126 const std::string boot_marker = isa_subdir + "/.booting"; in MarkZygoteStart() local128 if (OS::FileExists(boot_marker.c_str())) { in MarkZygoteStart()133 VLOG(startup) << "Creating boot start marker: " << boot_marker; in MarkZygoteStart()134 std::unique_ptr<File> f(OS::CreateEmptyFile(boot_marker.c_str())); in MarkZygoteStart()