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