Searched defs:process_file (Results 1 - 20 of 20) sorted by relevance

/external/strace/maint/
H A Dioctls_sym.sh107 process_file() function
410 (process_file "$f" < /dev/null)
/external/lldb/scripts/
H A Dsed-sources136 # process_file
138 sub process_file subroutine
209 process_file ($fullpath);
237 process_file ($path);
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/services/
H A Dsonofmmm.py64 def process_file(self, in_file_name, msg): member in class:SonOfMMM
H A Dservice.py81 def process_file(self, in_file_name, msg): member in class:Service
148 results = self.process_file(input_file, output_message)
/external/valgrind/tests/
H A Dcheck_headers_and_includes154 process_file($path_name);
343 sub process_file { subroutine
/external/skia/tools/
H A Dfind_bad_images_in_skps.py109 self.process_file(path)
111 def process_file(self, skp_file): member in class:BadImageFinder
/external/elfutils/libdwfl/
H A Doffline.c106 process_file (Dwfl *dwfl, const char *name, const char *file_name, int fd, function
225 *mod = process_file (dwfl, name, member_name, fd, member, predicate);
229 if (*mod == NULL) /* process_file called elf_end. */
280 Dwfl_Module *mod = process_file (dwfl, name, file_name, fd, elf, predicate);
/external/libselinux/utils/
H A Dsefcontext_compile.c21 static int process_file(struct selabel_handle *rec, const char *filename) function
335 rc = process_file(rec, path);
/external/selinux/libselinux/utils/
H A Dsefcontext_compile.c32 static int process_file(struct selabel_handle *rec, const char *filename) function
382 rc = process_file(rec, path);
/external/elfutils/src/
H A Dfindtextrel.c89 static int process_file (const char *fname, bool more_than_one);
142 result = process_file ("a.out", false);
149 result |= process_file (argv[remaining], more_than_one);
200 process_file (const char *fname, bool more_than_one) function
H A Dsize.c96 static int process_file (const char *fname);
185 result = process_file ("a.out");
189 result |= process_file (argv[remaining]);
284 process_file (const char *fname) function
H A Delfcompress.c249 process_file (const char *fname) function
1316 result |= process_file (argv[remaining]);
H A Dobjdump.c91 static int process_file (const char *fname, bool more_than_one);
157 result = process_file ("a.out", false);
164 result |= process_file (argv[remaining], more_than_one);
247 process_file (const char *fname, bool more_than_one) function
H A Dnm.c128 static int process_file (const char *fname, bool more_than_one);
242 result = process_file ("a.out", false);
249 result |= process_file (argv[remaining], more_than_one);
372 process_file (const char *fname, bool more_than_one) function
H A Dstrip.c108 static int process_file (const char *fname);
193 result = process_file ("a.out");
205 result |= process_file (argv[remaining]);
308 process_file (const char *fname) function
H A Delflint.c91 static void process_file (int fd, Elf *elf, const char *prefix,
176 process_file (fd, elf, NULL, NULL, argv[remaining], st.st_size,
246 process_file (int fd, Elf *elf, const char *prefix, const char *suffix, function
291 process_file (fd, subelf, new_prefix, new_suffix,
H A Dreadelf.c244 static void process_file (int fd, const char *fname, bool only_one);
302 process_file (fd, argv[remaining], only_one);
735 process_file (int fd, const char *fname, bool only_one) function
/external/nanopb-c/generator/
H A Dnanopb_generator.py981 def process_file(filename, fdesc, options): function
1065 results = process_file(filename, None, options)
1098 results = process_file(filename, fdesc, options)
/external/libselinux/src/
H A Dlabel_file.c413 static int process_file(const char *path, const char *suffix, function
524 status = process_file(path, NULL, rec, prefix);
535 status = process_file(path, "homedirs", rec, prefix);
539 status = process_file(path, "local", rec, prefix);
/external/selinux/libselinux/src/
H A Dlabel_file.c419 static int process_file(const char *path, const char *suffix, function
557 status = process_file(path, NULL, rec, prefix, rec->digest);
568 status = process_file(path, "homedirs", rec, prefix,
573 status = process_file(path, "local", rec, prefix,

Completed in 421 milliseconds