Home
last modified time | relevance | path

Searched refs:parsed (Results 1 – 4 of 4) sorted by relevance

/bionic/tests/
Dmalloc_iterate_test.cpp110 bool parsed = android::procinfo::ReadMapFileAsyncSafe("/proc/self/maps", buffer.data(), in VerifyPtrs() local
114 ASSERT_TRUE(parsed) << "Failed to parse /proc/self/maps"; in VerifyPtrs()
226 bool parsed = android::procinfo::ReadMapFileAsyncSafe("/proc/self/maps", buffer.data(), in TEST() local
230 ASSERT_TRUE(parsed) << "Failed to parse /proc/self/maps"; in TEST()
/bionic/libc/kernel/
DREADME.md18 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:
/bionic/libc/kernel/tools/
Dclean_header.py104 if not parser.parsed:
Dcpp.py1487 def parsed(self): member in BlockParser