HomeSort by relevance Sort by last modified time
    Searched full:cfileunmapper (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/
FileMapping.h 56 class CFileUnmapper
60 CFileUnmapper(const void *data) : _data(data) {}
61 ~CFileUnmapper() { ::UnmapViewOfFile(_data); }
  /external/lzma/CPP/7zip/UI/Common/
ArchiveCommandLine.cpp 480 CFileUnmapper unmapper(data);
    [all...]

Completed in 408 milliseconds