/packages/modules/adb/ |
D | adb_io_test.cpp | 51 ASSERT_EQ(0, lseek(tf.fd, 0, SEEK_SET)); in POSIX_TEST() 65 ASSERT_EQ(0, lseek(tf.fd, 0, SEEK_SET)); in POSIX_TEST() 79 ASSERT_EQ(0, lseek(tf.fd, 0, SEEK_SET)); in POSIX_TEST() 98 ASSERT_EQ(0, lseek(tf.fd, 0, SEEK_SET)); in POSIX_TEST() 112 ASSERT_EQ(0, lseek(tf.fd, 0, SEEK_SET)); in POSIX_TEST() 138 ASSERT_EQ(0, lseek(tf.fd, 0, SEEK_SET)); in POSIX_TEST() 151 ASSERT_EQ(0, lseek(tf.fd, 0, SEEK_SET)); in POSIX_TEST()
|
D | sysdeps.h | 146 return lseek(fd.get(), pos, where); in unix_lseek() 148 #undef lseek 149 #define lseek ___xxx_lseek macro 555 return lseek(fd.get(), pos, where); in adb_lseek() 560 #undef lseek 561 #define lseek ___xxx_lseek macro
|
/packages/providers/MediaProvider/src/com/android/providers/media/util/ |
D | IsoInterface.java | 138 final long pos = Os.lseek(fd, 0, OsConstants.SEEK_CUR); in parseNextBox() 213 Os.lseek(fd, pos + box.headerSize, OsConstants.SEEK_SET); in parseNextBox() 235 Os.lseek(fd, pos + len, OsConstants.SEEK_SET); in parseNextBox() 241 Os.lseek(fd, 4, OsConstants.SEEK_SET); in IsoInterface() 256 final long end = Os.lseek(fd, 0, OsConstants.SEEK_END); in IsoInterface() 257 Os.lseek(fd, 0, OsConstants.SEEK_SET); in IsoInterface()
|
/packages/services/Mtp/src/com/android/mtp/ |
D | MtpFileWriter.java | 60 Os.lseek(mCacheFd.getFileDescriptor(), offset, OsConstants.SEEK_SET); in write() 80 final long size = Os.lseek(mCacheFd.getFileDescriptor(), 0, OsConstants.SEEK_END); in flush() 85 Os.lseek(mCacheFd.getFileDescriptor(), 0, OsConstants.SEEK_SET); in flush()
|
/packages/modules/Bluetooth/system/gd/common/testing/host/ |
D | log_capture.cc | 67 if (lseek(fd_, 0, SEEK_SET) != 0) { in Rewind() 106 if (lseek(dup_fd_, 0, SEEK_SET) != 0) { in Reset()
|
/packages/modules/NeuralNetworks/runtime/test/ |
D | TestMemory.cpp | 55 lseek(fd, offsetForMatrix2, SEEK_SET); in TEST_F() 57 lseek(fd, offsetForMatrix3, SEEK_SET); in TEST_F()
|
/packages/modules/Media/apex/framework/java/android/media/ |
D | ProxyDataSourceCallback.java | 46 Os.lseek(mFD, position, OsConstants.SEEK_SET); in readAt()
|
/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/ |
D | ReadableArchiveTest.java | 399 Os.lseek(descriptor.getFileDescriptor(), "I love ".length(), OsConstants.SEEK_SET); in commonTestOpenDocument() 401 Os.lseek(descriptor.getFileDescriptor(), 0, OsConstants.SEEK_SET); in commonTestOpenDocument()
|
/packages/apps/DocumentsUI/src/com/android/documentsui/archives/ |
D | Archive.java | 119 return Os.lseek(descriptor.getFileDescriptor(), 0, in canSeek()
|
/packages/services/Car/cpp/computepipe/runner/input_manager/ |
D | VideoDecoder.cpp | 111 lseek(mFd, 0, SEEK_SET); in initializeMediaExtractor()
|
/packages/services/Mtp/tests/src/com/android/mtp/ |
D | MtpDocumentsProviderTest.java | 563 assertEquals(6, Os.lseek(fd.getFileDescriptor(), 6, OsConstants.SEEK_SET)); in testOpenDocument() 567 assertEquals(0, Os.lseek(fd.getFileDescriptor(), 0, OsConstants.SEEK_SET)); in testOpenDocument()
|
/packages/modules/Bluetooth/system/device/test/ |
D | device_iot_config_test.cc | 3229 lseek(fd, 0, SEEK_SET); in TEST_F() 3233 lseek(fd, 0, SEEK_SET); in TEST_F() 3237 lseek(fd, 0, SEEK_SET); in TEST_F() 3241 lseek(fd, 0, SEEK_SET); in TEST_F()
|
/packages/providers/DownloadProvider/src/com/android/providers/downloads/ |
D | DownloadThread.java | 560 Os.lseek(outFd, mInfoDelta.mCurrentBytes, OsConstants.SEEK_SET); in transferData()
|
/packages/modules/StatsD/statsd/src/storage/ |
D | StorageManager.cpp | 332 off_t seekResult = lseek(fd, sizeof(magic) + sizeof(trainInfo.trainVersionCode), SEEK_SET); in readTrainInfoLocked()
|
/packages/modules/StatsD/statsd/tests/ |
D | UidMap_test.cpp | 81 ASSERT_EQ(0, lseek(fd, 0, SEEK_SET)); in sendPackagesToStatsd()
|
/packages/services/Car/cpp/watchdog/server/tests/ |
D | PerformanceProfilerTest.cpp | 608 lseek(fd, 0, SEEK_SET); in checkDumpFd()
|