Home
last modified time | relevance | path

Searched defs:getStat (Results 1 – 9 of 9) sorted by relevance

/plugin/zip/pear/File/Archive/Reader/
H A DTar.php130 function getStat() { return $this->currentStat; } function in File_Archive_Reader_Tar
H A DRelay.php64 function getStat() { return $this->source->getStat(); } function in File_Archive_Reader_Relay
H A DAr.php106 function getStat() function in File_Archive_Reader_Ar
H A DConcat.php93 function getStat() { return $this->stat; } function in File_Archive_Reader_Concat
H A DZip.php73 function getStat() { return $this->currentStat; } function in File_Archive_Reader_Zip
H A DCache.php114 function getStat() { return $this->files[$this->pos]['stat']; } function in File_Archive_Reader_Cache
H A DMemory.php110 function getStat() { return $this->stat; } function in File_Archive_Reader_Memory
H A DFile.php129 function getStat() function in File_Archive_Reader_File
/plugin/zip/pear/File/Archive/
H A DReader.php152 function getStat() { return array(); } function in File_Archive_Reader