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

  /external/autotest/client/common_lib/
pidfile.py 19 def close_file(self, exit_code, signal_code=0): member in class:PidFileManager
  /external/fio/engines/
fusion-aw.c 113 goto close_file;
126 goto close_file;
130 goto close_file;
141 close_file:
151 static int close_file(struct thread_data *td, struct fio_file *f) function
170 .close_file = close_file,
  /external/e2fsprogs/tests/progs/
random_exercise.c 131 void close_file(int fd) function
165 close_file(fd);
  /external/syslinux/com32/include/syslinux/
pmapi.h 62 void (*close_file)(uint16_t); member in struct:com32_pmapi
  /external/libxcam/tests/
test-poll-thread.cpp 59 close_file ();
81 void close_file ();
122 PollCB::close_file () function in class:PollCB
test-soft-image.cpp 107 XCamReturn close_file ();
171 SoftElement::close_file () function in class:SoftElement
  /system/core/libziparchive/
zip_archive_private.h 142 const bool close_file; member in struct:ZipArchive
161 close_file(assume_ownership),
171 close_file(false),
180 if (close_file && mapped_zip.GetFileDescriptor() >= 0) {
  /external/fio/
ioengines.h 36 int (*close_file)(struct thread_data *, struct fio_file *); member in struct:ioengine_ops
  /external/libxcam/plugins/smart/sample/
sample_smart_analysis.cpp 54 void close_file ();
78 close_file ();
122 close_file ();
140 FrameSaver::close_file () function in class:FrameSaver
  /external/syslinux/core/fs/
fs.c 84 file->fs->fs_ops->close_file(file);
368 __export void close_file(uint16_t handle) function
  /external/syslinux/core/include/
fs.h 59 void (*close_file)(struct file *); member in struct:fs_ops
209 void close_file(uint16_t handle);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
texi2html.py 824 def close_file(self): self.write('</CODE>') member in class:TexinfoParser
    [all...]
  /external/python/cpython2/Tools/scripts/
texi2html.py 824 def close_file(self): self.write('</CODE>') member in class:TexinfoParser
    [all...]
  /external/python/cpython3/Tools/scripts/
texi2html.py 825 def close_file(self): self.write('</CODE>') member in class:TexinfoParser
    [all...]

Completed in 519 milliseconds