Home
last modified time | relevance | path

Searched refs:O_LARGEFILE (Results 1 – 7 of 7) sorted by relevance

/system/vold/
DBenchmarkGen.h44 int t3433f17 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE)); in BenchmarkRun()
55 int t3433f18 = TEMP_FAILURE_RETRY(open("file1", O_RDONLY|O_LARGEFILE)); in BenchmarkRun()
63 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE)); in BenchmarkRun()
73 t3433f18 = TEMP_FAILURE_RETRY(open("file2", O_RDONLY|O_LARGEFILE)); in BenchmarkRun()
81 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE)); in BenchmarkRun()
91 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE)); in BenchmarkRun()
101 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE)); in BenchmarkRun()
111 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE)); in BenchmarkRun()
121 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE)); in BenchmarkRun()
131 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE)); in BenchmarkRun()
[all …]
Dsecdiscard.cpp136 TEMP_FAILURE_RETRY(open(block_device.c_str(), O_RDWR | O_LARGEFILE | O_CLOEXEC, 0))); in secdiscard_path()
/system/update_engine/payload_consumer/
Dfile_writer_unittest.cc43 O_CREAT | O_LARGEFILE | O_TRUNC | O_WRONLY, in TEST()
58 file_writer.Open(path.c_str(), O_CREAT | O_LARGEFILE | O_TRUNC, 0644)); in TEST()
67 O_CREAT | O_LARGEFILE | O_TRUNC | O_RDONLY, in TEST()
/system/update_engine/common/
Dtest_utils.cc121 HANDLE_EINTR(open("/dev/loop-control", O_RDWR | O_LARGEFILE)); in BindToUnusedLoopDevice()
129 HANDLE_EINTR(open(out_lo_dev_name->c_str(), O_RDWR | O_LARGEFILE)); in BindToUnusedLoopDevice()
136 HANDLE_EINTR(open(out_lo_dev_name->c_str(), O_RDWR | O_LARGEFILE)); in BindToUnusedLoopDevice()
151 (writable ? O_RDWR : O_RDONLY) | O_LARGEFILE | O_CLOEXEC); in BindToUnusedLoopDevice()
179 HANDLE_EINTR(open(lo_dev_name.c_str(), O_RDWR | O_LARGEFILE)); in UnbindLoopDevice()
/system/extras/verity/fec/
Dimage.cpp43 #define O_LARGEFILE 0 macro
159 int fd = TEMP_FAILURE_RETRY(open(fn.c_str(), flags | O_LARGEFILE)); in image_load()
/system/extras/tests/directiotest/
Ddirectiotest.c188 fd = open(path, O_RDWR | O_DIRECT | O_LARGEFILE); in main()
/system/extras/ioshark/
Dcompile_ioshark.c56 { "O_LARGEFILE", O_LARGEFILE },