Home
last modified time | relevance | path

Searched refs:file_name_p (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/jerry-main/
Dmain-unix-snapshot.c257 const char *file_name_p = NULL; in process_generate() local
305 if (file_name_p != NULL) in process_generate()
311 file_name_p = cli_consume_string (cli_state_p); in process_generate()
315 source_length = read_file (source_p, file_name_p); in process_generate()
338 if (file_name_p == NULL) in process_generate()
394 snapshot_result = jerry_generate_function_snapshot ((jerry_char_t *) file_name_p, in process_generate()
395 (size_t) strlen (file_name_p), in process_generate()
406 snapshot_result = jerry_generate_snapshot ((jerry_char_t *) file_name_p, in process_generate()
407 (size_t) strlen (file_name_p), in process_generate()
528 const char *file_name_p = cli_consume_string (cli_state_p); in process_literal_dump() local
[all …]
/third_party/jerryscript/targets/nuttx-stm32f4/
Djerry_port.c81 jerry_port_read_source (const char *file_name_p, /**< file name */ in jerry_port_read_source() argument
84 FILE *file_p = fopen (file_name_p, "rb"); in jerry_port_read_source()
88 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to open file: %s\n", file_name_p); in jerry_port_read_source()
110 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to read file: %s\n", file_name_p); in jerry_port_read_source()
/third_party/jerryscript/jerry-port/default/
Ddefault-module.c46 jerry_port_read_source (const char *file_name_p, /**< file name */ in jerry_port_read_source() argument
49 FILE *file_p = fopen (file_name_p, "rb"); in jerry_port_read_source()
53 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to open file: %s\n", file_name_p); in jerry_port_read_source()
75 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Error: failed to read file: %s\n", file_name_p); in jerry_port_read_source()
/third_party/jerryscript/jerry-core/include/
Djerryscript-port.h210 uint8_t *jerry_port_read_source (const char *file_name_p, size_t *out_size_p);
/third_party/jerryscript/docs/
D05.PORT-API.md101 jerry_port_read_source (const char *file_name_p, /**< file name */