Home
last modified time | relevance | path

Searched defs:whence (Results 1 – 9 of 9) sorted by relevance

/aosp14/frameworks/base/native/android/
H A Dasset_manager.cpp154 off_t AAsset_seek(AAsset* asset, off_t offset, int whence) in AAsset_seek()
159 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence) in AAsset_seek64()
/aosp14/frameworks/base/libs/androidfw/
H A DAsset.cpp343 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) in handleSeek()
543 off64_t _FileAsset::seek(off64_t offset, int whence) in seek()
864 off64_t _CompressedAsset::seek(off64_t offset, int whence) in seek()
/aosp14/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_reader.cpp55 off64_t ReadFdFileDescriptor::Seek(off64_t offset, int whence) { in Seek()
313 off64_t CompressedSnapshotReader::Seek(off64_t offset, int whence) { in Seek()
/aosp14/system/core/libutils/include/utils/
H A DCompat.h36 static inline off64_t lseek64(int fd, off64_t offset, int whence) { in lseek64()
/aosp14/system/core/libcutils/
H A Dashmem_test.cpp162 int whence; in TEST() member
/aosp14/system/core/fs_mgr/liblp/
H A Dutility.cpp70 int64_t SeekFile64(int fd, int64_t offset, int whence) { in SeekFile64()
/aosp14/frameworks/base/core/java/android/content/res/
H A DAssetManager.java1659 private static native long nativeAssetSeek(long assetPtr, long offset, int whence); in nativeAssetSeek()
/aosp14/frameworks/base/core/jni/
H A Dandroid_util_AssetManager.cpp1474 jint whence) { in NativeAssetSeek()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...