|
|
|
@ -316,16 +316,6 @@ class Wrapper implements \OC\Files\Storage\Storage, ILockingStorage, IWriteStrea
|
|
|
|
return $this->getWrapperStorage()->free_space($path);
|
|
|
|
return $this->getWrapperStorage()->free_space($path);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* search for occurrences of $query in file names
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
|
|
* @param string $query
|
|
|
|
|
|
|
|
* @return array|bool
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
public function search($query) {
|
|
|
|
|
|
|
|
return $this->getWrapperStorage()->search($query);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* see https://www.php.net/manual/en/function.touch.php
|
|
|
|
* see https://www.php.net/manual/en/function.touch.php
|
|
|
|
* If the backend does not support the operation, false should be returned
|
|
|
|
* If the backend does not support the operation, false should be returned
|
|
|
|
|