HomeSort by relevance Sort by last modified time
    Searched defs:MapFile (Results 1 - 5 of 5) sorted by null

  /external/bsdiff/
bsdiff_main.cc 30 void* MapFile(const char* filename, size_t* filesize) {
64 uint8_t* old_buf = static_cast<uint8_t*>(MapFile(old_filename, &oldsize));
70 uint8_t* new_buf = static_cast<uint8_t*>(MapFile(new_filename, &newsize));
  /external/clang/unittests/Lex/
HeaderMapTest.cpp 25 template <unsigned NumBuckets, unsigned NumBytes> struct MapFile {
31 memset(this, 0, sizeof(MapFile));
48 StringRef(reinterpret_cast<const char *>(this), sizeof(MapFile)),
102 MapFile<1, 1> File;
110 MapFile<1, 1> File;
118 MapFile<1, 1> File;
126 MapFile<1, 1> File;
138 MapFile<3, 1> File;
148 MapFile<1, 1> File;
156 MapFile<1, 1> File
    [all...]
  /art/libartbase/base/
mem_map.h 181 static MemMap MapFile(size_t byte_count,
  /bootable/recovery/otautil/
sysutil.cpp 180 bool MemMapping::MapFile(const std::string& fn) {
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
Host.c 255 Status = MapFile (
392 MapFile (
414 perror ("MapFile() Failed");
    [all...]

Completed in 647 milliseconds