Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dfile.c1693 php_stream_statbuf src_s, dest_s; in php_copy_file_ctx() local
1710 …stream_stat_path_ex(dest, PHP_STREAM_URL_STAT_QUIET | PHP_STREAM_URL_STAT_NOCACHE, &dest_s, ctx)) { in php_copy_file_ctx()
1720 if (S_ISDIR(dest_s.sb.st_mode)) { in php_copy_file_ctx()
1724 if (!src_s.sb.st_ino || !dest_s.sb.st_ino) { in php_copy_file_ctx()
1727 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 10 milliseconds