Home
last modified time | relevance | path

Searched defs:path_p (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-port/default/
Ddefault-module.c111 char *path_p = (char *) malloc (_MAX_PATH * 2); in jerry_port_normalize_path() local
143 char *path_p = (char *) malloc (PATH_MAX); in jerry_port_normalize_path() local
/third_party/jerryscript/jerry-core/ecma/base/
Decma-module.c48 lit_utf8_byte_t *path_p = (lit_utf8_byte_t *) jmem_heap_alloc_block (size + 1u); in ecma_module_create_normalized_path() local
105 ecma_module_find_module (ecma_string_t *const path_p) /**< module identifier */ in ecma_module_find_module()
126 ecma_module_create_module (ecma_string_t *const path_p) /**< module identifier */ in ecma_module_create_module()
143 ecma_module_find_or_create_module (ecma_string_t *const path_p) /**< module path */ in ecma_module_find_or_create_module()
161 ecma_module_create_native_module (ecma_string_t *const path_p, /**< module identifier */ in ecma_module_create_native_module()
Decma-module.h83 ecma_string_t *path_p; /**< path of the module */ member
/third_party/jerryscript/jerry-core/parser/js/
Djs-parser-module.c316 ecma_string_t *path_p = ecma_module_create_normalized_path (path_str_chars_p, in parser_module_context_init() local
603 …ecma_string_t *path_p = ecma_module_create_normalized_path (context_p->lit_object.literal_p->u.cha… in parser_module_handle_module_specifier() local
/third_party/python/Modules/
Dgetpath.c351 absolutize(wchar_t **path_p) in absolutize()
1049 resolve_symlinks(wchar_t **path_p) in resolve_symlinks()