Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dsemihosting_console.c54 void semihosting_console_init(const char *file_path) in semihosting_console_init() argument
56 if (file_path) { in semihosting_console_init()
60 semihosting_open(file_path, O_RDWR | O_CREAT | O_TRUNC); in semihosting_console_init()
/optee_os/core/include/drivers/
H A Dsemihosting_console.h16 void semihosting_console_init(const char *file_path);
18 static inline void semihosting_console_init(const char *file_path __unused) in semihosting_console_init()
/optee_os/scripts/
H A Dgen_compile_commands.py159 def process_line(root_directory, command_prefix, file_path): argument
183 abs_path = os.path.abspath(os.path.join(root_directory, file_path))
189 'command': prefix + file_path,