Home
last modified time | relevance | path

Searched refs:local_file (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/config/
Dconfig_flag.cpp102 std::string_view local_file(file); in Process() local
103 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()