Searched refs:kSecondStageRes (Results 1 – 3 of 3) sorted by relevance
24 constexpr const char kSecondStageRes[] = "/second_stage_resources"; variable28 return std::string(kSecondStageRes) + kBootImageRamdiskProp; in GetRamdiskPropForSecondStage()
834 if (umount(kSecondStageRes) != 0) { in UmountSecondStageRes()835 PLOG(ERROR) << "Failed to umount " << kSecondStageRes; in UmountSecondStageRes()
388 CHECKCALL(mount("tmpfs", kSecondStageRes, "tmpfs", MS_NOEXEC | MS_NOSUID | MS_NODEV, in FirstStageMain()