Home
last modified time | relevance | path

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

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