Searched refs:in_path_p (Results 1 - 3 of 3) sorted by relevance
/third_party/jerryscript/jerry-port/default/ |
H A D | default-module.c | 100 jerry_port_normalize_path (const char *in_path_p, /**< input file path */ in jerry_port_normalize_path() argument 129 strncat (path_p, in_path_p, _MAX_PATH); in jerry_port_normalize_path() 148 strncat (path_p, in_path_p, MAX_JERRY_PATH_SIZE); in jerry_port_normalize_path() 169 const size_t len = strnlen (in_path_p, out_buf_size); in jerry_port_normalize_path() 172 strncpy (out_buf_p, in_path_p, out_buf_size); in jerry_port_normalize_path()
|
/third_party/jerryscript/targets/nuttx-stm32f4/ |
H A D | jerry_port.c | 135 jerry_port_normalize_path (const char *in_path_p, /**< input file path */ in jerry_port_normalize_path() argument 142 size_t len = strlen (in_path_p); in jerry_port_normalize_path() 149 strcpy (out_buf_p, in_path_p); in jerry_port_normalize_path()
|
/third_party/jerryscript/jerry-core/include/ |
H A D | jerryscript-port.h | 227 * @param in_path_p Input path as a zero terminated string. 230 * @param base_file_p A file path that 'in_path_p' is relative to, usually the current module file. 231 * A NULL value represents that 'in_path_p' is relative to the current working directory. 236 size_t jerry_port_normalize_path (const char *in_path_p,
|
Completed in 1 milliseconds