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

  /frameworks/base/tools/aapt2/io/
FileSystem.cpp 37 if (Maybe<android::FileMap> map = file::MmapPath(source_.path, nullptr)) {
  /frameworks/base/tools/aapt2/util/
Files.h 77 Maybe<android::FileMap> MmapPath(const std::string& path, std::string* out_error);
Files.cpp 174 Maybe<FileMap> MmapPath(const std::string& path, std::string* out_error) {
  /frameworks/base/tools/aapt2/cmd/
Compile.cpp 630 Maybe<android::FileMap> f = file::MmapPath(path_data.source.path, &error_str);

Completed in 456 milliseconds