Searched refs:EXECRES (Results 1 – 2 of 2) sorted by relevance
/third_party/jerryscript/jerry-core/api/ |
D | generate-bytecode.c | 118 EXECRES read_js_or_snapshot_file(char* filename, uint8_t* target_file, int* file_bytesize, int buff… in read_js_or_snapshot_file() 164 EXECRES write_snapshot(char* output_file_name_path, size_t snapshot_size) { in write_snapshot() 226 EXECRES generate_snapshot_file(char* input_file, char* output_file) { in generate_snapshot_file() 230 EXECRES write_res = EXCE_ACE_JERRY_EXEC_OK; in generate_snapshot_file() 233 EXECRES read_res = EXCE_ACE_JERRY_EXEC_OK; in generate_snapshot_file() 273 EXECRES init_directory_list(char* filefolder, char* start_folder, dir_node **head, dir_node **end) { in init_directory_list() 309 EXECRES add_directory_to_pending_list(dir_node **end, char* input_file_path) { in add_directory_to_pending_list() 328 EXECRES gen_snapshot(char* input_file_path, char* output_file_path) { in gen_snapshot() 331 EXECRES generate_val = EXCE_ACE_JERRY_EXEC_OK; in gen_snapshot() 347 EXECRES validate_snapshot(char* input_file_path, char* output_file_path) { in validate_snapshot() [all …]
|
D | generate-bytecode.h | 39 } EXECRES; typedef 47 EXECRES walk_directory(char* filefolder); 48 EXECRES walk_del_bytecode(char* filefolder);
|