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