Home
last modified time | relevance | path

Searched refs:output_path (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/tools/
Dgenfunctosyscallnrs.py63 output_path = os.path.join(args.out_dir, "func_to_syscall_nrs.h")
64 with open(output_path, "w") as output_file:
Dgenseccomp.py269 output_path = os.path.join(out_dir,
271 with open(output_path, "w") as output_file:
/bionic/tools/versioner/src/
DPreprocessor.cpp393 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()