Searched refs:file_path (Results 1 – 3 of 3) sorted by relevance
54 void semihosting_console_init(const char *file_path) in semihosting_console_init() argument56 if (file_path) { in semihosting_console_init()60 semihosting_open(file_path, O_RDWR | O_CREAT | O_TRUNC); in semihosting_console_init()
16 void semihosting_console_init(const char *file_path);18 static inline void semihosting_console_init(const char *file_path __unused) in semihosting_console_init()
159 def process_line(root_directory, command_prefix, file_path): argument183 abs_path = os.path.abspath(os.path.join(root_directory, file_path))189 'command': prefix + file_path,