Searched refs:api_profiles_path (Results 1 – 1 of 1) sorted by relevance
791 std::string api_profiles_path = in TaskProfiles() local793 if (!access(api_profiles_path.c_str(), F_OK) || errno != ENOENT) { in TaskProfiles()794 if (!Load(CgroupMap::GetInstance(), api_profiles_path)) { in TaskProfiles()795 LOG(ERROR) << "Loading " << api_profiles_path << " for [" << getpid() << "] failed"; in TaskProfiles()