Home
last modified time | relevance | path

Searched refs:process_line (Results 1 – 15 of 15) sorted by relevance

/external/pdfium/testing/tools/
Dfixup_pdf_template.py57 def process_line(self, line): member in TemplateProcessor
80 outfile.write(processor.process_line(line))
/external/selinux/libselinux/src/
Dlabel_media.c33 static int process_line(const char *path, char *line_buf, int pass, in process_line() function
119 if (process_line(path, line_buf, pass, ++lineno, rec)) in init()
Dlabel_db.c91 process_line(const char *path, char *line_buf, unsigned int line_num, in process_line() function
317 if (process_line(path, line_buf, ++line_num, catalog) < 0) in db_init()
Dlabel_x.c35 static int process_line(const char *path, char *line_buf, int pass, in process_line() function
146 if (process_line(path, line_buf, pass, ++lineno, rec)) in init()
Dlabel_android_property.c83 static int process_line(struct selabel_handle *rec, in process_line() function
173 if (process_line(rec, path, line_buf, pass, ++lineno) in init()
Dlabel_file.h382 static inline int process_line(struct selabel_handle *rec, in process_line() function
Dlabel_file.c496 rc = process_line(rec, path, prefix, line_buf, ++lineno); in process_file()
/external/libselinux/src/
Dlabel_android_property.c83 static int process_line(struct selabel_handle *rec, in process_line() function
184 if (process_line(rec, path, line_buf, pass, ++lineno) in init()
Dlabel_file.h385 static inline int process_line(struct selabel_handle *rec, in process_line() function
Dlabel_file.c483 rc = process_line(rec, path, prefix, line_buf, ++lineno); in process_file()
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py357 self.process_line = self.process_line_echo
370 self.process_line = self.process_line_posix
427 processed = self.process_line(line)
/external/libselinux/utils/
Dsefcontext_compile.c40 rc = process_line(rec, filename, prefix, line_buf, ++line_num); in process_file()
/external/selinux/libselinux/utils/
Dsefcontext_compile.c51 rc = process_line(rec, filename, prefix, line_buf, ++line_num); in process_file()
/external/ltrace/
Dread_config_file.c1110 process_line(struct protolib *plib, struct locus *loc, char *buf) in process_line() function
1269 process_line(plib, &loc, line); in read_config_file()
/external/selinux/libselinux/
DChangeLog372 * Fix leak in process_line in label_file.c from Hiroshi Shinji.