Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dos.h61 #define OS_SEEK_CUR 1 macro
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c57 else if (whence == OS_SEEK_CUR) in os_lseek()