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