HomeSort by relevance Sort by last modified time
    Searched refs:open_file (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /external/syslinux/core/
pmapi.c 27 .open_file = open_file,
  /external/fio/engines/
falloc.c 26 static int open_file(struct thread_data *td, struct fio_file *f) function
100 .open_file = open_file,
ftruncate.c 42 .open_file = generic_open_file,
fusion-aw.c 81 static int open_file(struct thread_data *td, struct fio_file *f) function
169 .open_file = open_file,
null.c 120 .open_file = fio_null_open,
151 ioengine.open_file = fio_null_open;
skeleton_external.c 141 .open_file = fio_skeleton_open,
  /external/syslinux/com32/include/syslinux/
pmapi.h 60 int (*open_file)(const char *, int, struct com32_filedata *); member in struct:com32_pmapi
  /external/python/cpython2/Demo/tkinter/matt/
menu-simple.py 40 def open_file(): function
58 command=open_file)
  /external/strace/tests/
qual_fault.c 104 open_file(const char *prefix, int proc) function
162 int pidfd = open_file(pid_prefix, proc);
176 exp_fd = open_file(exp_prefix, proc);
177 got_fd = open_file(got_prefix, proc);
178 out_fd = open_file(out_prefix, proc);
  /external/strace/tests-m32/
qual_fault.c 104 open_file(const char *prefix, int proc) function
162 int pidfd = open_file(pid_prefix, proc);
176 exp_fd = open_file(exp_prefix, proc);
177 got_fd = open_file(got_prefix, proc);
178 out_fd = open_file(out_prefix, proc);
  /external/strace/tests-mx32/
qual_fault.c 104 open_file(const char *prefix, int proc) function
162 int pidfd = open_file(pid_prefix, proc);
176 exp_fd = open_file(exp_prefix, proc);
177 got_fd = open_file(got_prefix, proc);
178 out_fd = open_file(out_prefix, proc);
  /external/autotest/client/common_lib/
pidfile.py 12 def open_file(self): member in class:PidFileManager
  /external/syslinux/com32/lib/sys/
open.c 68 handle = open_file(pathname, flags, &fp->i.fd);
  /external/syslinux/core/fs/lib/
searchconfig.c 34 if (open_file(realname, O_RDONLY, filedata) >= 0) {
  /external/autotest/contrib/
dhcp_failed_machines.py 45 def open_file(f): function
51 with open_file(sys.argv[1]) as f:
  /external/python/cpython3/Lib/test/
test_modulefinder.py 222 def open_file(path): function
241 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
306 with open_file(source_path) as file:
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_modulefinder.py 206 def open_file(path): function
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /external/python/cpython2/Lib/test/
test_modulefinder.py 206 def open_file(path): function
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_modulefinder.py 206 def open_file(path): function
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_modulefinder.py 206 def open_file(path): function
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 206 def open_file(path): function
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_modulefinder.py 206 def open_file(path): function
221 ofi = open_file(os.path.join(TEST_DIR, line.strip()))
  /external/fio/
ioengines.h 35 int (*open_file)(struct thread_data *, struct fio_file *); member in struct:ioengine_ops
  /external/libxcam/tests/
test-poll-thread.cpp 47 open_file();
54 open_file();
80 void open_file ();
114 PollCB::open_file () function in class:PollCB
  /external/autotest/client/tests/rmaptest/src/
rmap-test.c 39 void open_file() function
189 open_file();

Completed in 469 milliseconds

1 2 3 4