Home
last modified time | relevance | path

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

/bionic/libc/tools/
Dgenfunctosyscallnrs.py54 output_path = os.path.join(args.out_dir, "func_to_syscall_nrs.h")
55 with open(output_path, "w") as output_file:
Dgenseccomp.py256 output_path = os.path.join(out_dir,
258 with open(output_path, "w") as output_file:
/bionic/tools/versioner/src/
DPreprocessor.cpp383 static void rewriteFile(const std::string& output_path, std::deque<std::string>& file_lines, in rewriteFile() argument
402 printf("Preprocessing %s...\n", output_path.c_str()); in rewriteFile()
404 writeFileLines(output_path, file_lines); in rewriteFile()
488 std::string output_path = (llvm::Twine(dst_dir) + rel_path).str(); in preprocessHeaders() local
490 rewriteFile(output_path, file_lines[file_path.str()], guard_map); in preprocessHeaders()