HomeSort by relevance Sort by last modified time
    Searched refs:FileContents (Results 1 - 23 of 23) sorted by null

  /external/compiler-rt/test/asan/TestCases/Linux/
nohugepage_test.cc 28 char FileContents[1 << 16];
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");
  /bootable/recovery/applypatch/include/applypatch/
applypatch.h 32 struct FileContents {
58 int LoadFileContents(const char* filename, FileContents* file);
59 int SaveFileContents(const char* filename, const FileContents* file);
  /device/linaro/bootloader/edk2/OvmfPkg/Library/NvVarsFileLib/
FsAccess.c 198 VOID *FileContents;
201 FileContents = AllocatePool (ReadSize);
202 if (FileContents != NULL) {
206 FileContents
209 FreePool (FileContents);
214 return FileContents;
235 VOID *FileContents;
250 FileContents = FileHandleReadToNewBuffer (File, FileSize);
251 if (FileContents == NULL) {
264 FileContents,
    [all...]
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 47 StringRef FileContents) {
53 "test.cc", MemoryBuffer::getMemBuffer(FileContents).release());
  /bootable/recovery/applypatch/
applypatch_modes.cpp 50 std::vector<FileContents>* files) {
68 FileContents fc;
83 FileContents bonusFc;
117 std::vector<FileContents> files;
applypatch.cpp 46 static int LoadPartitionContents(const std::string& filename, FileContents* file);
48 static int GenerateTarget(const FileContents& source_file, const std::unique_ptr<Value>& patch,
54 int LoadFileContents(const char* filename, FileContents* file) {
84 // FileContents. filename should be a string of the form
97 static int LoadPartitionContents(const std::string& filename, FileContents* file) {
187 // Save the contents of the given FileContents object under the given
189 int SaveFileContents(const char* filename, const FileContents* file) {
393 FileContents file;
499 FileContents source_file;
527 FileContents copy_file
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Object/
IRSymtab.h 322 struct FileContents {
328 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Object/
IRSymtab.h 322 struct FileContents {
328 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Object/
IRSymtab.h 322 struct FileContents {
328 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Object/
IRSymtab.h 322 struct FileContents {
328 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /external/clang/lib/Format/
SortJavaScriptImports.cpp 125 FileContents(Env.getSourceManager().getBufferData(Env.getFileID())) {}
208 StringRef FileContents;
235 return FileContents.substr(SM.getFileOffset(Begin),
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/build/
BuildReport.py 158 FileContents = open(Source).read()
162 for Match in gIncludePattern.finditer(FileContents):
173 for Match in gIncludePattern2.finditer(FileContents):
599 FileContents = open(FwReportFileName).read()
600 Match = gModuleSizePattern.search(FileContents)
604 Match = gTimeStampPattern.search(FileContents)
    [all...]
  /bootable/recovery/updater/
install.cpp 790 // is actually a FileContents*).
804 FileContents fc;
    [all...]
  /prebuilts/tools/common/m2/repository/com/puppycrawl/tools/checkstyle/5.9/
checkstyle-5.9.jar 
  /prebuilts/checkstyle/
checkstyle.jar 

Completed in 614 milliseconds