Searched refs:pDestFName (Results 1 – 4 of 4) sorted by relevance
/device/lge/mako/conn_init/ |
D | wfc_util_fctrl.c | 555 int wfc_util_ffile_check(char *pDestFName, int access_mode) in wfc_util_ffile_check() argument 559 if (access(pDestFName, access_mode) == 0) { in wfc_util_ffile_check() 560 if( stat( pDestFName, &st ) < 0 ) { in wfc_util_ffile_check() 561 wfc_util_log_error("Cannot stat the file \"%s\": %s", pDestFName, strerror(errno)); in wfc_util_ffile_check() 569 wfc_util_log_error("Cannot access \"%s\": %s", pDestFName, strerror(errno)); in wfc_util_ffile_check() 583 int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t g… in wfc_util_ffile_check_copy() argument 591 if (access(pDestFName, R_OK|W_OK) == 0) { in wfc_util_ffile_check_copy() 592 if( stat( pDestFName, &st ) < 0 ) { in wfc_util_ffile_check_copy() 593 wfc_util_log_error("Cannot stat the file \"%s\": %s", pDestFName, strerror(errno)); in wfc_util_ffile_check_copy() 602 wfc_util_log_error("Cannot access \"%s\": %s", pDestFName, strerror(errno)); in wfc_util_ffile_check_copy() [all …]
|
D | wfc_util_fctrl.h | 80 extern int wfc_util_ffile_check(char *pDestFName, int access_mode); 90 extern int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID,…
|
/device/asus/flo/conn_init/ |
D | wfc_util_fctrl.c | 555 int wfc_util_ffile_check(char *pDestFName, int access_mode) in wfc_util_ffile_check() argument 559 if (access(pDestFName, access_mode) == 0) { in wfc_util_ffile_check() 560 if( stat( pDestFName, &st ) < 0 ) { in wfc_util_ffile_check() 561 wfc_util_log_error("Cannot stat the file \"%s\": %s", pDestFName, strerror(errno)); in wfc_util_ffile_check() 569 wfc_util_log_error("Cannot access \"%s\": %s", pDestFName, strerror(errno)); in wfc_util_ffile_check() 583 int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID, gid_t g… in wfc_util_ffile_check_copy() argument 591 if (access(pDestFName, R_OK|W_OK) == 0) { in wfc_util_ffile_check_copy() 592 if( stat( pDestFName, &st ) < 0 ) { in wfc_util_ffile_check_copy() 593 wfc_util_log_error("Cannot stat the file \"%s\": %s", pDestFName, strerror(errno)); in wfc_util_ffile_check_copy() 602 wfc_util_log_error("Cannot access \"%s\": %s", pDestFName, strerror(errno)); in wfc_util_ffile_check_copy() [all …]
|
D | wfc_util_fctrl.h | 80 extern int wfc_util_ffile_check(char *pDestFName, int access_mode); 90 extern int wfc_util_ffile_check_copy(char *pDestFName, char *pSourceFName, mode_t mode, uid_t uID,…
|