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

  /external/chromium/net/disk_cache/
mapped_file_win.cc 20 section_ = CreateFileMapping(platform_file(), NULL, PAGE_READWRITE, 0,
22 if (!section_)
25 buffer_ = MapViewOfFile(section_, FILE_MAP_READ | FILE_MAP_WRITE, 0, 0, size);
41 if (section_)
42 CloseHandle(section_);
mapped_file.h 46 HANDLE section_; member in class:disk_cache::MappedFile
  /external/elfutils/src/
readelf.c     [all...]

Completed in 6906 milliseconds