Searched refs:first_boot_path (Results 1 – 1 of 1) sorted by relevance
3665 auto first_boot_path = in setFirstBoot() local3667 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()