Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dperf_data_handler_test.cc25 ASSERT_TRUE(IsDeletedSharedObject(path)); in TEST()
40 ASSERT_FALSE(IsDeletedSharedObject(path)); in TEST()
58 ASSERT_FALSE(IsDeletedSharedObject(path)); in TEST()
Dpath_matching.h19 bool IsDeletedSharedObject(const string& path);
Dperf_data_handler.cc407 !IsDeletedSharedObject(mmap->filename()) && in UpdateMapsWithMMapEvent()
520 bool IsDeletedSharedObject(const string& path) { in IsDeletedSharedObject() function