OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:close_file
(Results
1 - 6
of
6
) sorted by null
/external/autotest/client/common_lib/
pidfile.py
19
def
close_file
(self, exit_code, signal_code=0):
member in class:PidFileManager
/bootable/recovery/
fuse_sdcard_provider.cpp
57
static void
close_file
(void* cookie) {
function
80
vtab.close =
close_file
;
/system/core/libziparchive/
zip_archive_private.h
30
const bool
close_file
;
member in struct:ZipArchive
48
close_file
(assume_ownership),
55
if (
close_file
&& fd >= 0) {
/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
130
void
close_file
(int fd)
function
164
close_file
(fd);
/external/fio/
ioengine.h
145
int (*
close_file
)(struct thread_data *, struct fio_file *);
member in struct:ioengine_ops
Completed in 1099 milliseconds