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

1 2

  /external/autotest/client/common_lib/
pidfile.py 12 def open_file(self): member in class:PidFileManager
  /external/python/cpython2/Demo/tkinter/matt/
menu-simple.py 40 def open_file(): function
58 command=open_file)
menu-all-types-of-entries.py 40 def open_file(): function
74 command=open_file)
  /external/autotest/contrib/
dhcp_failed_machines.py 45 def open_file(f): function
51 with open_file(sys.argv[1]) as f:
  /external/fio/engines/
falloc.c 26 static int open_file(struct thread_data *td, struct fio_file *f) function
100 .open_file = open_file,
fusion-aw.c 81 static int open_file(struct thread_data *td, struct fio_file *f) function
169 .open_file = open_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()))
  /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:
  /external/syslinux/com32/include/syslinux/
pmapi.h 60 int (*open_file)(const char *, int, struct com32_filedata *); member in struct:com32_pmapi
  /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/autotest/client/tests/rmaptest/src/
rmap-test.c 39 void open_file() function
189 open_file();
  /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/ltp/testcases/kernel/syscalls/fanotify/
fanotify04.c 116 static void open_file(char *file) function
221 open_file(fname);
  /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);
  /build/make/tools/
fat16copy.py 325 def open_file(self): member in class:dentry
  /external/fio/
ioengines.h 35 int (*open_file)(struct thread_data *, struct fio_file *); member in struct:ioengine_ops
  /external/libxcam/plugins/smart/sample/
sample_smart_analysis.cpp 53 void open_file ();
100 open_file ();
126 FrameSaver::open_file () function in class:FrameSaver
  /external/ltp/testcases/kernel/sched/sched_stress/
sched_tc6.c 121 int open_file(char *, int);
180 fd = open_file(filename, O_RDWR);
254 | open_file () |
260 int open_file(char *file, int open_mode) function
  /external/syslinux/core/fs/
fs.c 340 __export int open_file(const char *name, int flags, struct com32_filedata *filedata) function
346 dprintf("open_file %s\n", name);

Completed in 871 milliseconds

1 2