Searched refs:atc_profile (Results 1 – 1 of 1) sorted by relevance
288 std::string atc_profile; in parseAtcProfile() local290 if (!android::base::ReadFileToString(kAtcProfilePath, &atc_profile)) { in parseAtcProfile()291 atc_profile = kAtcJsonRaw; in parseAtcProfile()295 if (!reader->parse(atc_profile.c_str(), atc_profile.c_str() + atc_profile.size(), &root, in parseAtcProfile()