Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp2433 std::regex regJson(".*[.]json", std::regex::icase); in loadPropConfigsFromDir() local
2435 if (!std::regex_match(f->d_name, regJson)) { in loadPropConfigsFromDir()