Home
last modified time | relevance | path

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

/device/asus/flo/conn_init/
Dwfc_util_fctrl.c557 struct stat st; in wfc_util_ffile_check() local
560 if( stat( pDestFName, &st ) < 0 ) { in wfc_util_ffile_check()
565 if( st.st_size ) { in wfc_util_ffile_check()
589 struct stat st; in wfc_util_ffile_check_copy() local
592 if( stat( pDestFName, &st ) < 0 ) { in wfc_util_ffile_check_copy()
597 if( st.st_size ) { in wfc_util_ffile_check_copy()
/device/generic/goldfish/opengl/shared/OpenglCodecCommon/
DUnixStream.cpp59 struct stat st; in make_unix_path() local
62 ret = ::lstat(tmp, &st); in make_unix_path()