Searched refs:dest_s (Results 1 – 1 of 1) sorted by relevance
1708 php_stream_statbuf src_s, dest_s; in php_copy_file_ctx() local1725 …stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET | PHP_STREAM_URL_STAT_NOCACHE, &dest_s, ctx)) { in php_copy_file_ctx()1735 if (S_ISDIR(dest_s.sb.st_mode)) { in php_copy_file_ctx()1739 if (!src_s.sb.st_ino || !dest_s.sb.st_ino) { in php_copy_file_ctx()1742 if (src_s.sb.st_ino == dest_s.sb.st_ino && src_s.sb.st_dev == dest_s.sb.st_dev) { in php_copy_file_ctx()
Completed in 11 milliseconds