Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/wifi/1.5/default/
H A Dwifi_legacy_hal_factory.cpp31 static constexpr char kVendorHalsDescPath[] = "/vendor/etc/wifi/vendor_hals"; variable
140 << kVendorHalsDescPath; in initVendorHalsDescriptorList()
141 DIR* dirPtr = ::opendir(kVendorHalsDescPath); in initVendorHalsDescriptorList()
143 LOG(ERROR) << "failed to open " << kVendorHalsDescPath; in initVendorHalsDescriptorList()
155 std::string fullPath(kVendorHalsDescPath); in initVendorHalsDescriptorList()