/aosp12/packages/modules/adb/fastdeploy/deploypatchgenerator/ |
H A D | deploy_patch_generator_test.cpp | 58 apkSize = adb_lseek(apkFile, 0L, SEEK_END); in TEST() 67 long patchSize = adb_lseek(output.fd, 0L, SEEK_END); in TEST() 86 int64_t patchSize = adb_lseek(output.fd, 0L, SEEK_END); in TEST()
|
/aosp12/bionic/tests/ |
H A D | stdio_test.cpp | 1575 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST() 1583 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST() 1593 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST() 1601 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST() 1612 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST() 1620 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST() 1632 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST() 1642 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST() 1654 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST() 1663 ASSERT_EQ(0, fseek(fp, 0, SEEK_END)); in TEST() [all …]
|
/aosp12/frameworks/av/media/libeffects/preprocessing/tests/ |
H A D | correlation.cpp | 99 fseek(fInput1.get(), 0L, SEEK_END); in main() 102 fseek(fInput2.get(), 0L, SEEK_END); in main()
|
/aosp12/bionic/libc/include/bits/ |
H A D | seek_constants.h | 41 #define SEEK_END 2 macro
|
/aosp12/system/core/libcutils/ |
H A D | load_file.cpp | 34 sz = lseek(fd, 0, SEEK_END); in load_file()
|
/aosp12/art/libelffile/stream/ |
H A D | output_stream.h | 30 kSeekEnd = SEEK_END,
|
/aosp12/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | AudioUtil.cpp | 137 fseek(fpaudiocaps, 0, SEEK_END); in getHDMIAudioSinkCaps() 217 fseek(fpspkrfile,0,SEEK_END); in getSpeakerAllocation()
|
/aosp12/frameworks/base/libs/androidfw/ |
H A D | ObbFile.cpp | 119 off64_t fileLength = lseek64(fd, 0, SEEK_END); in parseObbFile() 251 lseek64(fd, 0, SEEK_END); in writeTo()
|
H A D | Asset.cpp | 163 length = lseek64(fd, 0, SEEK_END); in createFromFd() 216 fileLen = lseek(fd, 0, SEEK_END); in createFromCompressedFile() 354 case SEEK_END: in handleSeek() 419 fileLength = lseek64(fd, 0, SEEK_END); in openChunk()
|
/aosp12/system/libufdt/tests/src/ |
H A D | util.c | 27 fseek(fp, 0, SEEK_END); in load_file_contents()
|
/aosp12/frameworks/rs/tests/lldb/tests/harness/ |
H A D | util_log.py | 125 hndlr.stream.seek(0, io.SEEK_END)
|
/aosp12/system/update_engine/payload_consumer/ |
H A D | fake_file_descriptor.cc | 63 case SEEK_END: in Seek()
|
/aosp12/system/core/libsparse/ |
H A D | img2simg.cpp | 86 len = lseek64(in, 0, SEEK_END); in main()
|
H A D | append2simg.cpp | 94 input_len = lseek64(input, 0, SEEK_END); in main()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/unittest/ |
H A D | jsoncheckertest.cpp | 41 fseek(fp, 0, SEEK_END); in ReadFile()
|
H A D | filestreamtest.cpp | 44 fseek(fp, 0, SEEK_END); in SetUp()
|
H A D | prettywritertest.cpp | 151 fseek(fp, 0, SEEK_END); in TEST()
|
/aosp12/frameworks/base/libs/protoutil/src/ |
H A D | ProtoFileReader.cpp | 39 off_t end = lseek(fd, 0, SEEK_END); in get_file_size()
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/ |
H A D | perftest.h | 84 fseek(fp, 0, SEEK_END); in SetUp()
|
/aosp12/bionic/tests/headers/posix/ |
H A D | fcntl_h.c | 54 MACRO(SEEK_END); in fcntl_h()
|
/aosp12/frameworks/av/media/libdatasource/ |
H A D | FileSource.cpp | 45 mLength = lseek64(mFd, 0, SEEK_END); in FileSource()
|
/aosp12/packages/services/Mtp/src/com/android/mtp/ |
H A D | MtpFileWriter.java | 80 final long size = Os.lseek(mCacheFd.getFileDescriptor(), 0, OsConstants.SEEK_END); in flush()
|
/aosp12/frameworks/av/media/libmediatranscoding/transcoder/benchmark/ |
H A D | MediaSampleReaderBenchmark.cpp | 57 const size_t fileSize = lseek(srcFd, 0, SEEK_END); in ReadMediaSamples()
|
/aosp12/build/make/tools/ziptime/ |
H A D | ZipFile.cpp | 81 fseek(mZipFp, 0, SEEK_END); in rewriteCentralDir()
|
/aosp12/frameworks/av/media/libstagefright/ |
H A D | StagefrightMediaScanner.cpp | 156 off64_t size = lseek64(fd, 0, SEEK_END); in extractAlbumArt()
|