Searched refs:parsed (Results 1 – 4 of 4) sorted by relevance
110 bool parsed = android::procinfo::ReadMapFileAsyncSafe("/proc/self/maps", buffer.data(), in VerifyPtrs() local114 ASSERT_TRUE(parsed) << "Failed to parse /proc/self/maps"; in VerifyPtrs()226 bool parsed = android::procinfo::ReadMapFileAsyncSafe("/proc/self/maps", buffer.data(), in TEST() local230 ASSERT_TRUE(parsed) << "Failed to parse /proc/self/maps"; in TEST()
18 Description of the directories involved in generating the parsed kernel headers:87 Next, run this command to copy the parsed files to bionic/libc/kernel/uapi:
104 if not parser.parsed:
1487 def parsed(self): member in BlockParser