Home
last modified time | relevance | path

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

/aosp12/system/libvintf/
H A Dcheck_vintf.cpp427 auto hostPropertyFetcher = std::make_unique<PresetPropertyFetcher>(); in checkAllFiles() local
428 hostPropertyFetcher->setProperties(props); in checkAllFiles()
436 .setPropertyFetcher(std::move(hostPropertyFetcher)) in checkAllFiles()
487 auto hostPropertyFetcher = std::make_unique<PresetPropertyFetcher>(); in checkDirmaps() local
488 hostPropertyFetcher->setProperties(props); in checkDirmaps()
494 .setPropertyFetcher(std::move(hostPropertyFetcher)) in checkDirmaps()