Searched refs:to_file (Results 1 – 7 of 7) sorted by relevance
/external/autotest/client/cros/chameleon/ |
D | edid.py | 100 def to_file(self, filename): member in Edid
|
/external/selinux/policycoreutils/audit2allow/ |
D | sepolgen-ifgen | 144 if_set.to_file(f)
|
/external/clang/tools/c-index-test/ |
D | c-index-test.c | 174 FILE *to_file; in parse_remapped_files_with_opt() local 186 to_file = fopen(sep + 1, "rb"); in parse_remapped_files_with_opt() 187 if (!to_file) { in parse_remapped_files_with_opt() 197 fseek(to_file, 0, SEEK_END); in parse_remapped_files_with_opt() 198 unsaved->Length = ftell(to_file); in parse_remapped_files_with_opt() 199 fseek(to_file, 0, SEEK_SET); in parse_remapped_files_with_opt() 203 if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) { in parse_remapped_files_with_opt() 205 (feof(to_file) ? "EOF" : "error"), sep + 1); in parse_remapped_files_with_opt() 206 fclose(to_file); in parse_remapped_files_with_opt() 217 fclose(to_file); in parse_remapped_files_with_opt()
|
/external/selinux/sepolgen/tests/ |
D | test_interfaces.py | 265 i.to_file(f)
|
/external/pcre/dist/ |
D | pcretest.c | 3466 pcre_uint8 *to_file = NULL; in main() local 3890 to_file = pp; in main() 4406 if (to_file != NULL) in main() 4408 FILE *f = fopen((char *)to_file, "wb"); in main() 4411 fprintf(outfile, "Unable to open %s: %s\n", to_file, strerror(errno)); in main() 4430 fprintf(outfile, "Write error on %s: %s\n", to_file, strerror(errno)); in main() 4434 fprintf(outfile, "Compiled pattern written to %s\n", to_file); in main() 4443 fprintf(outfile, "Write error on %s: %s\n", to_file, in main() 4446 else fprintf(outfile, "Study data written to %s\n", to_file); in main()
|
/external/selinux/sepolgen/src/sepolgen/ |
D | interfaces.py | 343 def to_file(self, fd): member in InterfaceSet
|
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/third_party/dns/ |
D | zone.py | 456 def to_file(self, f, sorted=True, relativize=True, nl=None): member in Zone
|