Searched refs:one_file (Results 1 – 2 of 2) sorted by relevance
74 for one_file in contents.split(";"):75 if os.path.isfile(one_file):76 syscall_files[one_file] = {"emit": True}117 for one_file in syscall_files:118 with open(one_file, "r", encoding="utf-8") as fp:122 sys.stderr.write("Error decoding %s (included in %s)\n" % (one_file, path))125 fn = os.path.basename(one_file)128 to_emit = syscall_files[one_file]["emit"] | args.emit_all_syscalls
1760 foreach(one_file ${ARGV})1761 if(EXISTS ${one_file})1762 set(header_file ${one_file})1763 elseif(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/${one_file})1764 set(header_file ${CMAKE_CURRENT_SOURCE_DIR}/${one_file})1766 message(FATAL_ERROR "Syscall header file not found: ${one_file}")