Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 19 of 19) sorted by relevance

/tools/external/fat32lib/src/main/java/de/waldheinz/fs/fat/
DClusterChain.java197 public void readData(long offset, ByteBuffer dest) in readData()
214 dev.read(getDevOffset(chain[chainIdx], clusOfs), dest); in readData() local
225 dev.read(getDevOffset(chain[chainIdx], 0), dest); in readData() local
DFatFile.java111 public void read(long offset, ByteBuffer dest) throws IOException { in read()
DShortName.java167 public void write(byte[] dest) { in write()
DFatLfnDirectory.java282 ArrayList<FatDirectoryEntry> dest = in updateLFN() local
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/
DFsFile.java62 public void read(long offset, ByteBuffer dest) throws IOException; in read()
DBlockDevice.java48 public abstract void read(long devOffset, ByteBuffer dest) in read()
/tools/apksig/src/main/java/com/android/apksig/util/
DDataSource.java97 void copyTo(long offset, int size, ByteBuffer dest) throws IOException; in copyTo()
/tools/apksig/src/main/java/com/android/apksig/internal/util/
DByteArrayDataSink.java132 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo()
202 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo()
DByteBufferDataSource.java78 public void copyTo(long offset, int size, ByteBuffer dest) { in copyTo()
DChainedDataSource.java97 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo()
DFileChannelDataSource.java127 public void copyTo(long offset, int size, ByteBuffer dest) throws IOException { in copyTo()
/tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
DRamDisk.java116 public void read(long devOffset, ByteBuffer dest) throws IOException { in read()
DFileDisk.java110 public void read(long devOffset, ByteBuffer dest) throws IOException { in read()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/sign/
DZFileDataSource.java126 public void copyTo(long offset, int size, @Nonnull ByteBuffer dest) throws IOException { in copyTo()
/tools/ndkports/src/main/kotlin/com/android/ndkports/
DPrefabPackageBuilder.kt163 val dest = packageDirectory.resolve("META-INF") in <lambda>() constant
/tools/treble/fetcher/
Dfetcher_lib.py143 def fetch_artifact(client, build_id, target, resource_id, dest): argument
/tools/acloud/internal/lib/
Dutils.py309 def MakeTarFile(src_dict, dest): argument
433 def Decompress(sourcefile, dest=None): argument
/tools/asuite/aidegen/lib/
Dcommon_util.py797 def unzip_file(src, dest): argument
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java2353 public int directRead(long offset, @Nonnull ByteBuffer dest) throws IOException { in directRead()
2403 public void directFullyRead(long offset, @Nonnull ByteBuffer dest) throws IOException { in directFullyRead()