Home
last modified time | relevance | path

Searched refs:fseek_status (Results 1 - 1 of 1) sorted by relevance

/third_party/jerryscript/targets/nuttx-stm32f4/
H A Djerry_main.c81 int fseek_status = fseek (file, 0, SEEK_END); in read_file() local
82 if (fseek_status != 0) in read_file()
84 jerry_port_log (JERRY_LOG_LEVEL_ERROR, "Failed to seek (error: %d)\n", fseek_status); in read_file()

Completed in 1 milliseconds