Searched refs:system_profile (Results 1 – 2 of 2) sorted by relevance
96 bool copy_system_profile(const std::string& system_profile,
738 bool copy_system_profile(const std::string& system_profile, in copy_system_profile() argument740 unique_fd in_fd(open(system_profile.c_str(), O_RDONLY | O_NOFOLLOW | O_CLOEXEC)); in copy_system_profile()747 PLOG(WARNING) << "Could not open profile " << system_profile; in copy_system_profile()