OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:append_file
(Results
1 - 7
of
7
) sorted by null
/external/squashfs-tools/squashfs-tools/
mksquashfs.h
115
struct
append_file
{
struct
117
struct
append_file
*next;
150
extern struct
append_file
**file_mapping;
process_fragments.c
223
struct
append_file
*append;
mksquashfs.c
320
struct
append_file
**file_mapping;
1929
struct
append_file
*
append_file
;
local
[
all
...]
read_fs.c
221
file_mapping = calloc(sBlk->fragments, sizeof(struct
append_file
*));
/external/autotest/client/cros/faft/utils/
shell_wrapper.py
84
def
append_file
(self, path, data):
member in class:LocalShell
176
def
append_file
(self, path, data):
member in class:AdbShell
181
self._host_shell.
append_file
(f.name, data)
os_interface.py
147
def
append_file
(self, path, data):
member in class:OSInterface
149
self.shell.
append_file
(path, data)
/external/ImageMagick/scripts/
txt2html
203
$
append_file
= 0; # If you want something appended by
396
$
append_file
= $ARGV[1];
406
$
append_file
= 0;
939
if ($
append_file
)
941
if(-r $
append_file
)
943
open(APPEND, $
append_file
);
946
print STDERR "Can't find or read file $
append_file
to append.\n";
Completed in 778 milliseconds