HomeSort by relevance Sort by last modified time
    Searched refs:FileContents (Results 1 - 12 of 12) 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");
  /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...]
  /bootable/recovery/applypatch/include/applypatch/
applypatch.h 33 struct FileContents {
96 bool LoadFileContents(const std::string& filename, FileContents* file);
98 // Saves the given FileContents object to the given filename.
99 bool SaveFileContents(const std::string& filename, const FileContents* file);
  /external/clang/unittests/AST/
ExternalASTSourceTest.cpp 47 StringRef FileContents) {
53 "test.cc", MemoryBuffer::getMemBuffer(FileContents).release());
  /bootable/recovery/applypatch/
applypatch.cpp 49 static bool GenerateTarget(const Partition& target, const FileContents& source_file,
52 bool LoadFileContents(const std::string& filename, FileContents* file) {
69 // Reads the contents of a Partition to the given FileContents buffer.
70 static bool ReadPartitionToBuffer(const Partition& partition, FileContents* out,
109 bool SaveFileContents(const std::string& filename, const FileContents* file) {
136 static bool WriteBufferToPartition(const FileContents& file_contents, const Partition& partition) {
257 FileContents target_file;
258 FileContents source_file;
273 FileContents target_file;
281 FileContents source_file
    [all...]
  /bootable/recovery/tests/unit/
applypatch_test.cpp 50 FileContents boot_fc;
56 FileContents recovery_fc;
136 FileContents patch_fc;
140 FileContents bonus_fc;
150 FileContents patch_fc;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
IRSymtab.cpp 331 static Expected<FileContents> upgrade(ArrayRef<BitcodeModule> BMs) {
332 FileContents FC;
362 Expected<FileContents> irsymtab::readBitcode(const BitcodeFileContents &BFC) {
382 FileContents FC;
IRObjectFile.cpp 146 Expected<irsymtab::FileContents> FCOrErr = irsymtab::readBitcode(*BFCOrErr);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
IRSymtab.h 347 struct FileContents {
353 Expected<FileContents> readBitcode(const BitcodeFileContents &BFC);
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-rc/
llvm-rc.cpp 112 std::unique_ptr<MemoryBuffer> FileContents = std::move(*File);
113 StringRef Contents = FileContents->getBuffer();
  /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...]

Completed in 1979 milliseconds