Searched refs:local_file (Results 1 – 1 of 1) sorted by relevance
102 std::string_view local_file(file); in Process() local103 if (android::base::ConsumePrefix(&local_file, "cvd_config_") && in Process()104 android::base::ConsumeSuffix(&local_file, ".json")) { in Process()105 allowed_config_presets_.emplace(local_file); in Process()