Home
last modified time | relevance | path

Searched refs:base_file_p (Results 1 – 4 of 4) sorted by relevance

/third_party/jerryscript/jerry-port/default/
Ddefault-module.c103 char *base_file_p) /**< base file path */ in jerry_port_normalize_path() argument
114 if (base_file_p != NULL) in jerry_port_normalize_path()
116 _splitpath_s (base_file_p, in jerry_port_normalize_path()
145 char *base_p = dirname (base_file_p); in jerry_port_normalize_path()
166 (void) base_file_p; in jerry_port_normalize_path()
/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_port.c138 char *base_file_p) /**< base file path */ in jerry_port_normalize_path() argument
140 (void) base_file_p; in jerry_port_normalize_path()
/third_party/jerryscript/jerry-core/include/
Djerryscript-port.h239 char *base_file_p);
/third_party/jerryscript/docs/
D05.PORT-API.md126 char *base_file_p) /**< base file path */
129 // if base_file_p is not NULL, in_path_p is relative to that file