Home
last modified time | relevance | path

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

/hardware/interfaces/wifi/aidl/default/
Dwifi_legacy_hal_factory.cpp31 static constexpr char kVendorHalsDescPath[] = "/vendor/etc/wifi/vendor_hals"; variable
136 LOG(INFO) << "processing vendor HALs descriptions in " << kVendorHalsDescPath; in initVendorHalsDescriptorList()
137 DIR* dirPtr = ::opendir(kVendorHalsDescPath); in initVendorHalsDescriptorList()
139 LOG(ERROR) << "failed to open " << kVendorHalsDescPath; in initVendorHalsDescriptorList()
151 std::string fullPath(kVendorHalsDescPath); in initVendorHalsDescriptorList()