Searched refs:O_LARGEFILE (Results 1 – 7 of 7) sorted by relevance
/system/vold/ |
D | BenchmarkGen.h | 44 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 …]
|
D | secdiscard.cpp | 136 TEMP_FAILURE_RETRY(open(block_device.c_str(), O_RDWR | O_LARGEFILE | O_CLOEXEC, 0))); in secdiscard_path()
|
/system/update_engine/payload_consumer/ |
D | file_writer_unittest.cc | 43 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/ |
D | test_utils.cc | 142 HANDLE_EINTR(open("/dev/loop-control", O_RDWR | O_LARGEFILE)); in BindToUnusedLoopDeviceLegacy() 150 HANDLE_EINTR(open(out_lo_dev_name->c_str(), O_RDWR | O_LARGEFILE)); in BindToUnusedLoopDeviceLegacy() 157 HANDLE_EINTR(open(out_lo_dev_name->c_str(), O_RDWR | O_LARGEFILE)); in BindToUnusedLoopDeviceLegacy() 180 (writable ? O_RDWR : O_RDONLY) | O_LARGEFILE | O_CLOEXEC); in BindToUnusedLoopDevice() 203 HANDLE_EINTR(open(lo_dev_name.c_str(), O_RDWR | O_LARGEFILE)); in UnbindLoopDevice()
|
/system/extras/verity/fec/ |
D | image.cpp | 43 #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/ |
D | directiotest.c | 188 fd = open(path, O_RDWR | O_DIRECT | O_LARGEFILE); in main()
|
/system/extras/ioshark/ |
D | compile_ioshark.c | 56 { "O_LARGEFILE", O_LARGEFILE },
|