Home
last modified time | relevance | path

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

/third_party/jerryscript/jerry-main/
Dmain-unix-snapshot.c431 FILE *snapshot_file_p = fopen (output_file_name_p, "wb"); in process_generate() local
432 if (snapshot_file_p == NULL) in process_generate()
439 fwrite (output_buffer, sizeof (uint8_t), snapshot_size, snapshot_file_p); in process_generate()
440 fclose (snapshot_file_p); in process_generate()