Home
last modified time | relevance | path

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

/aosp14/system/core/init/
H A Dsecond_stage_resources.h24 constexpr const char kSecondStageRes[] = "/second_stage_resources"; variable
28 return std::string(kSecondStageRes) + kBootImageRamdiskProp; in GetRamdiskPropForSecondStage()
H A Dfirst_stage_init.cpp296 CHECKCALL(mount("tmpfs", kSecondStageRes, "tmpfs", MS_NOEXEC | MS_NOSUID | MS_NODEV, in FirstStageMain()
H A Dinit.cpp822 if (umount(kSecondStageRes) != 0) { in UmountSecondStageRes()
823 PLOG(ERROR) << "Failed to umount " << kSecondStageRes; in UmountSecondStageRes()