Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/ivn_android_device/impl/default/src/
DIvnAndroidDeviceImpl.cpp27 constexpr char DEFAULT_CONFIG_DIR[] = "/vendor/etc/automotive/IvnConfig/DefaultConfig.json"; variable
33 DEFAULT_CONFIG_DIR); in main()
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/src/
DFakeVehicleHardware.cpp113 constexpr char DEFAULT_CONFIG_DIR[] = "/vendor/etc/automotive/vhalconfig/"; variable
347 : FakeVehicleHardware(DEFAULT_CONFIG_DIR, OVERRIDE_CONFIG_DIR, false) {} in FakeVehicleHardware()