Searched refs:FileContents (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
H A Dnohugepage_test.cc28 char FileContents[1 << 16]; variable
31 FileContents[0] = 0;
34 char *p = FileContents;
35 ssize_t size = sizeof(FileContents) - 1;
49 } while (size > 0 && res < sizeof(FileContents));
51 FileContents[res] = 0;
57 char *s = strstr(FileContents, "2008fff7000-10007fff8000");
/external/clang/unittests/AST/
H A DExternalASTSourceTest.cpp47 StringRef FileContents) {
53 "test.cc", MemoryBuffer::getMemBuffer(FileContents).release());
46 testExternalASTSource(ExternalASTSource *Source, StringRef FileContents) argument

Completed in 355 milliseconds