Searched refs:fileMap (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/aapt2/dump/ |
D | Dump.cpp | 95 android::FileMap* fileMap = &file.value(); in tryDumpFile() local 99 if (pbTable.ParseFromArray(fileMap->getDataPtr(), fileMap->getDataLength())) { in tryDumpFile() 105 CompiledFileInputStream input(fileMap->getDataPtr(), fileMap->getDataLength()); in tryDumpFile()
|
/frameworks/base/tools/aapt2/io/ |
D | ZipArchive.cpp | 35 android::FileMap fileMap; in openAsData() local 36 bool result = fileMap.create(nullptr, fd, mZipEntry.offset, in openAsData() 41 return util::make_unique<MmappedData>(std::move(fileMap)); in openAsData()
|
/frameworks/base/tools/aapt2/util/ |
D | Files.cpp | 181 android::FileMap fileMap; in mmapPath() local 184 return std::move(fileMap); in mmapPath() 187 if (!fileMap.create(path.data(), fd, 0, fileStats.st_size, true)) { in mmapPath() 191 return std::move(fileMap); in mmapPath()
|
/frameworks/rs/java/tests/VrDemo/src/com/example/android/rs/vr/loaders/ |
D | LoaderRaw.java | 86 final HashMap<File, Integer> fileMap = new HashMap<File, Integer>(); in buildRSVolume() local 93 fileMap.put(f[i], count); in buildRSVolume()
|
D | LoaderDicom.java | 360 final HashMap<File, Integer> fileMap = new HashMap<File, Integer>(); in buildRSVolume() local 369 fileMap.put(file, count); in buildRSVolume() 407 int z = fileMap.get(file); in buildRSVolume() 519 final HashMap<File, Integer> fileMap = new HashMap<File, Integer>(); in buildRSVolume2() local 528 fileMap.put(file1, count); in buildRSVolume2()
|