Home
last modified time | relevance | path

Searched refs:open_file (Results 1 – 25 of 50) sorted by relevance

12

/external/strace/tests/
Dqual_fault.c105 open_file(const char *prefix, int proc) in open_file() function
163 int pidfd = open_file(pid_prefix, proc); in main()
177 exp_fd = open_file(exp_prefix, proc); in main()
178 got_fd = open_file(got_prefix, proc); in main()
179 out_fd = open_file(out_prefix, proc); in main()
/external/strace/tests-mx32/
Dqual_fault.c105 open_file(const char *prefix, int proc) in open_file() function
163 int pidfd = open_file(pid_prefix, proc); in main()
177 exp_fd = open_file(exp_prefix, proc); in main()
178 got_fd = open_file(got_prefix, proc); in main()
179 out_fd = open_file(out_prefix, proc); in main()
/external/strace/tests-m32/
Dqual_fault.c105 open_file(const char *prefix, int proc) in open_file() function
163 int pidfd = open_file(pid_prefix, proc); in main()
177 exp_fd = open_file(exp_prefix, proc); in main()
178 got_fd = open_file(got_prefix, proc); in main()
179 out_fd = open_file(out_prefix, proc); in main()
/external/libxcam/tests/
Dtest-poll-thread.cpp47 open_file(); in PollCB()
54 open_file();
80 void open_file ();
114 PollCB::open_file () in open_file() function in PollCB
Dtest-soft-image.cpp106 XCamReturn open_file (const char *option);
160 SoftElement::open_file (const char *option) in open_file() function in SoftElement
320 ret = elements[i]->open_file (option); in elements_open_file()
690 CHECK (ins[i]->open_file ("rb"), "open file(%s) failed", ins[i]->get_file_name ()); in main()
697 CHECK (outs[0]->open_file ("wb"), "open file(%s) failed", outs[0]->get_file_name ()); in main()
Dtest-device-manager.cpp126 void open_file ();
178 open_file (); in handle_buffer()
214 MainDeviceManager::open_file () in open_file() function in MainDeviceManager
/external/python/cpython3/Lib/test/
Dtest_modulefinder.py222 def open_file(path): function
241 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
306 with open_file(source_path) as file:
Dtest_devpoll.py92 open_file = open(__file__, "rb")
93 self.addCleanup(open_file.close)
94 fd = open_file.fileno()
Dtest_epoll.py234 open_file = open(__file__, "rb")
235 self.addCleanup(open_file.close)
236 fd = open_file.fileno()
Dtest_kqueue.py236 open_file = open(__file__, "rb")
237 self.addCleanup(open_file.close)
238 fd = open_file.fileno()
/external/python/cpython3/Doc/tools/extensions/
Descape4chm.py44 with app.builder.open_file(outdir, outname + '.hhk', 'r') as f:
46 with app.builder.open_file(outdir, outname + '.hhk', 'w') as f:
/external/python/cpython2/Demo/tkinter/matt/
Dmenu-simple.py40 def open_file(): function
58 command=open_file)
Dmenu-all-types-of-entries.py40 def open_file(): function
74 command=open_file)
/external/autotest/contrib/
Ddhcp_failed_machines.py45 def open_file(f): function
51 with open_file(sys.argv[1]) as f:
/external/ltp/testcases/kernel/sched/sched_stress/
Dsched_tc6.c121 int open_file(char *, int);
180 fd = open_file(filename, O_RDWR); in main()
260 int open_file(char *file, int open_mode) in open_file() function
/external/python/cpython2/Lib/test/
Dtest_modulefinder.py206 def open_file(path): function
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
/external/ltp/testcases/kernel/syscalls/fanotify/
Dfanotify04.c100 static void open_file(char *file) in open_file() function
207 open_file(fname); in test01()
/external/autotest/client/tests/rmaptest/src/
Drmap-test.c39 void open_file() in open_file() function
189 open_file(); in main()
/external/libxcam/plugins/smart/sample/
Dsample_smart_analysis.cpp53 void open_file ();
100 open_file (); in save_frame()
126 FrameSaver::open_file () in open_file() function in FrameSaver
/external/tensorflow/tensorflow/python/data/kernel_tests/
Dtext_line_dataset_test.py161 self.assertNotIn(filename, [open_file.path for open_file in open_files])
/external/fsverity-utils/
Dcmd_enable.c26 if (!open_file(&file, argv[1], O_RDONLY, 0)) in fsverity_cmd_enable()
Dcmd_measure.c38 if (!open_file(&file, argv[i], O_RDONLY, 0)) in fsverity_cmd_measure()
Dsign.c432 if (!open_file(&file, signature_file, O_RDONLY, 0)) in read_signature()
474 if (!open_file(&file, signature_file, O_WRONLY|O_CREAT|O_TRUNC, 0644)) in write_signature()
/external/autotest/client/common_lib/
Dpidfile.py12 def open_file(self): member in PidFileManager
/external/elfutils/src/
Delfcmp.c41 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
162 Elf *elf1 = open_file (fname1, &fd1, &ebl1); in main()
167 Elf *elf2 = open_file (fname2, &fd2, &ebl2); in main()
730 open_file (const char *fname, int *fdp, Ebl **eblp) in open_file() function

12