Searched refs:outfile (Results 1 – 3 of 3) sorted by relevance
| /misc/debug_tools/acrn_crashlog/common/include/ |
| A D | cmdutils.h | 6 int execv_out2file(char * const argv[], const char *outfile); 7 int exec_out2file(const char *outfile, const char *fmt, ...);
|
| /misc/debug_tools/acrn_crashlog/common/ |
| A D | cmdutils.c | 38 int execv_out2file(char * const argv[], const char *outfile) in execv_out2file() argument 52 if (outfile) { in execv_out2file() 53 fd = open(outfile, O_WRONLY | O_CREAT | O_TRUNC, 0664); in execv_out2file() 122 int exec_out2file(const char *outfile, const char *fmt, ...) in exec_out2file() argument 161 ret = execv_out2file(argv, outfile); in exec_out2file()
|
| /misc/config_tools/acpi_gen/ |
| A D | bin_gen.py | 77 outfile = os.path.join(dest_vm_acpi_bin_path, acpi_table[1]) 85 fp = open(outfile, mode='wb')
|
Completed in 4 milliseconds