Searched refs:st (Results 1 – 2 of 2) sorted by relevance
557 struct stat st; in wfc_util_ffile_check() local560 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() local592 if( stat( pDestFName, &st ) < 0 ) { in wfc_util_ffile_check_copy()597 if( st.st_size ) { in wfc_util_ffile_check_copy()
59 struct stat st; in make_unix_path() local62 ret = ::lstat(tmp, &st); in make_unix_path()