Searched refs:MappedFileOnlyExistInMemory (Results 1 – 4 of 4) sorted by relevance
60 TEST(environment, MappedFileOnlyExistInMemory) { in TEST() argument61 ASSERT_TRUE(MappedFileOnlyExistInMemory("")); in TEST()62 ASSERT_TRUE(MappedFileOnlyExistInMemory("[stack]")); in TEST()63 ASSERT_TRUE(MappedFileOnlyExistInMemory("[anon:.bss]")); in TEST()64 ASSERT_FALSE(MappedFileOnlyExistInMemory("[vdso]")); in TEST()65 ASSERT_TRUE(MappedFileOnlyExistInMemory("/dev/__properties__/u:object_r")); in TEST()66 ASSERT_TRUE(MappedFileOnlyExistInMemory("//anon")); in TEST()67 ASSERT_TRUE(MappedFileOnlyExistInMemory("/memfd:/jit-cache")); in TEST()68 ASSERT_FALSE(MappedFileOnlyExistInMemory("./TemporaryFile-12345")); in TEST()69 ASSERT_FALSE(MappedFileOnlyExistInMemory("/system/lib64/libc.so")); in TEST()
136 bool MappedFileOnlyExistInMemory(const char* filename);
970 bool MappedFileOnlyExistInMemory(const char* filename) { in MappedFileOnlyExistInMemory() function
1629 return !record->InKernel() && MappedFileOnlyExistInMemory(record->filename); in MapOnlyExistInMemory()