/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 | 308 struct append_file **file_mapping; 1889 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";
|
/tools/test/connectivity/acts/framework/acts/controllers/utils_lib/commands/ |
shell.py | 159 def append_file(self, file_name, data): member in class:ShellCommand
|