Searched refs:save_path (Results 1 – 4 of 4) sorted by relevance
35 protected static $save_path = "/tmp"; variable in Swift_Cache_Disk50 self::$save_path = realpath($path);59 $handle = fopen(self::$save_path . "/" . $this->prefix . $key, "ab");64 …self::$save_path . "/" . $this->prefix . $key . "] but failed. Check the permissions, or don't us…74 @unlink(self::$save_path . "/" . $this->prefix . $key);83 return file_exists(self::$save_path . "/" . $this->prefix . $key);98 $this->open[$key] = fopen(self::$save_path . "/" . $this->prefix . $key, "rb");124 $list = glob(self::$save_path . "/" . $this->prefix . "*");
7 function dwfck_open($save_path, $session_name) argument12 $sess_save_path = $save_path;