Searched refs:output_path (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/tools/ |
D | genfunctosyscallnrs.py | 63 output_path = os.path.join(args.out_dir, "func_to_syscall_nrs.h") 64 with open(output_path, "w") as output_file:
|
D | genseccomp.py | 269 output_path = os.path.join(out_dir, 271 with open(output_path, "w") as output_file:
|
/bionic/tools/versioner/src/ |
D | Preprocessor.cpp | 393 static void rewriteFile(const std::string& output_path, std::deque<std::string>& file_lines, in rewriteFile() argument 412 printf("Preprocessing %s...\n", output_path.c_str()); in rewriteFile() 414 writeFileLines(output_path, file_lines); in rewriteFile() 498 std::string output_path = (llvm::Twine(dst_dir) + rel_path).str(); in preprocessHeaders() local 500 rewriteFile(output_path, file_lines[file_path.str()], guard_map); in preprocessHeaders()
|