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

  /external/chromium_org/storage/browser/fileapi/quota/
quota_reservation_buffer.cc 36 OpenFileHandleContext** open_file = &open_files_[platform_path]; local
37 if (!*open_file)
38 *open_file = new OpenFileHandleContext(platform_path, this);
39 return make_scoped_ptr(new OpenFileHandle(reservation, *open_file));
63 OpenFileHandleContext* open_file) {
65 DCHECK_EQ(open_file, open_files_[open_file->platform_path()]);
66 open_files_.erase(open_file->platform_path());
  /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,
  /external/chromium_org/sandbox/win/src/
filesystem_dispatcher.cc 28 static const IPCCall open_file = { local
54 ipc_calls_.push_back(open_file);
  /external/chromium_org/third_party/boringssl/src/crypto/bio/
file.c 89 static FILE *open_file(const char *filename, const char *mode) { function
129 file = open_file(filename, mode);
259 fp = open_file(ptr, p);
  /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()))
  /ndk/sources/host-tools/sed-4.2.1/sed/
utils.c 52 struct open_file struct
56 struct open_file *link;
60 static struct open_file *open_files = NULL;
110 struct open_file *p;
131 struct open_file *p;
142 p = MALLOC(1, struct open_file);
297 struct open_file r;
298 struct open_file *prev;
299 struct open_file *cur;
  /external/fio/
ioengine.h 144 int (*open_file)(struct thread_data *, struct fio_file *); member in struct:ioengine_ops
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/tasm/
tasm.c 80 /*@null@*/ /*@dependent@*/ static FILE *open_file(const char *filename,
380 obj = open_file(obj_filename, "wb");
404 FILE *list = open_file(list_filename, "wt");
489 errfile = open_file(error_filename, "wt");
576 open_file(const char *filename, const char *mode) function
  /external/elfutils/0.153/src/
elfcmp.c 50 static Elf *open_file (const char *fname, int *fdp, Ebl **eblp);
172 Elf *elf1 = open_file (fname1, &fd1, &ebl1);
177 Elf *elf2 = open_file (fname2, &fd2, &ebl2);
726 open_file (const char *fname, int *fdp, Ebl **eblp) function
unstrip.c 1936 open_file (const char *file, bool writable) function
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/
yasm.c 81 /*@null@*/ /*@dependent@*/ static FILE *open_file(const char *filename,
282 out = open_file(obj_filename, "wt");
519 obj = open_file(obj_filename, "wb");
543 FILE *list = open_file(list_filename, "wt");
631 errfile = open_file(error_filename, "wt");
732 open_file(const char *filename, const char *mode) function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 456 def open_file(self, url): member in class:URLopener
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 456 def open_file(self, url): member in class:URLopener
    [all...]

Completed in 1667 milliseconds