Home
last modified time | relevance | path

Searched refs:process_line (Results 1 – 11 of 11) 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
309 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.c81 static int process_line(struct selabel_handle *rec, in process_line() function
185 if (process_line(rec, path, line_buf, pass, ++lineno) != 0) in init()
Dlabel_file.c153 static int process_line(struct selabel_handle *rec, in process_line() function
487 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
187 if (process_line(rec, path, line_buf, pass, ++lineno) != 0) { in init()
Dlabel_file.c281 static int process_line(struct selabel_handle *rec, in process_line() function
465 if (process_line(rec, path, prefix, line_buf, in init()
478 if (process_line in init()
488 if (process_line in init()
/external/compiler-rt/lib/asan/scripts/
Dasan_symbolize.py349 self.process_line = self.process_line_echo
362 self.process_line = self.process_line_posix
419 processed = self.process_line(line)
/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/
DChangeLog331 * Fix leak in process_line in label_file.c from Hiroshi Shinji.