Home
last modified time | relevance | path

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

/system/libvintf/test/
Dvintf_object_tests.cpp1179 auto dirIt = dirs_.find(base::Dirname(path) + "/"); in SetUp() local
1180 if (dirIt != dirs_.end()) { in SetUp()
1181 auto fileIt = dirIt->second.find(base::Basename(path)); in SetUp()
1182 if (fileIt != dirIt->second.end()) { in SetUp()
1191 auto dirIt = dirs_.find(path); in SetUp() local
1192 if (dirIt != dirs_.end()) { in SetUp()
1193 for (const auto& [f, _]: dirIt->second) { in SetUp()