Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils_test.cpp43 ZipEntry lib_entry; in TEST() local
47 lib_entry = entry; in TEST()
55 ASSERT_EQ(entry.offset, lib_entry.offset); in TEST()
/system/apex/apexd/
Dapexd.cpp1252 const auto& lib_entry = *iter; in ContributeToSharedLibs() local
1253 if (!lib_entry.is_directory()) { in ContributeToSharedLibs()
1262 const auto library_name = lib_entry.path().filename(); in ContributeToSharedLibs()
1277 std::filesystem::directory_iterator(lib_entry.path().string()); in ContributeToSharedLibs()
1311 return Error() << "Failed to scan " << lib_entry.path().string() in ContributeToSharedLibs()
1325 return Error() << "Failed to scan " << lib_entry.path().string() in ContributeToSharedLibs()