Home
last modified time | relevance | path

Searched refs:FileContents (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/asan/TestCases/Linux/
Dnohugepage_test.cc28 char FileContents[1 << 16]; variable
31 FileContents[0] = 0; in FileToString()
34 char *p = FileContents; in FileToString()
35 ssize_t size = sizeof(FileContents) - 1; in FileToString()
49 } while (size > 0 && res < sizeof(FileContents)); in FileToString()
51 FileContents[res] = 0; in FileToString()
57 char *s = strstr(FileContents, "2008fff7000-10007fff8000"); in ReadShadowRss()
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp47 StringRef FileContents) { in testExternalASTSource() argument
53 "test.cc", MemoryBuffer::getMemBuffer(FileContents).release()); in testExternalASTSource()
/external/clang/lib/Format/
DSortJavaScriptImports.cpp125 FileContents(Env.getSourceManager().getBufferData(Env.getFileID())) {} in JavaScriptImportSorter()
208 StringRef FileContents; member in clang::format::JavaScriptImportSorter
235 return FileContents.substr(SM.getFileOffset(Begin), in getSourceText()