Searched refs:filename_source (Results 1 – 1 of 1) sorted by relevance
786 * @param string $filename_source796 public static function CopyFileParts($filename_source, $filename_dest, $offset, $length) { argument800 …if (is_readable($filename_source) && is_file($filename_source) && ($fp_src = fopen($filename_sourc…812 throw new Exception('failed to seek to offset '.$offset.' in '.$filename_source);818 throw new Exception('failed to open file for reading '.$filename_source);