HomeSort by relevance Sort by last modified time
    Searched defs:open_file (Results 1 - 25 of 40) 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)
  /cts/hostsidetests/security/securityPatch/Bug-33039685/
poc.c 40 int open_file(char *filename) { function
57 fd = open_file("aer_enable");
68 fd = open_file("wr_offset");
83 fd = open_file("case");
95 fd = open_file("base_sel");
  /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/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/fmtlib/test/
posix-test.cc 59 File open_file() { function
206 File f = open_file();
215 File f = open_file();
225 File f = open_file();
226 File f2 = open_file();
233 File f = open_file();
253 File f = open_file();
262 File f = open_file();
269 scoped_ptr<File> f(new File(open_file()));
281 File f = open_file();
    [all...]
  /external/ltp/testcases/kernel/syscalls/fanotify/
fanotify04.c 124 static void open_file(char *file) function
238 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/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);
  /external/ltp/testcases/kernel/hotplug/memory_hotplug/
segment.c 282 * open_file() -- open and validate file when registering a file segment.
285 static int open_file(segment_t * segp) function
539 return open_file(segp);

Completed in 846 milliseconds

1 2