Home
last modified time | relevance | path

Searched refs:storageDir (Results 1 – 25 of 118) sorted by relevance

12345

/dports/sysutils/zbackup/zbackup-1.4.4/
H A Dzbackup_base.cc11 Paths::Paths( string const & storageDir ): storageDir( storageDir ) in Paths() argument
17 return string( Dir::addPath( storageDir, "tmp" ) ); in getTmpPath()
22 return string( Dir::addPath( storageDir, "bundles" ) ); in getBundlesPath()
27 return string( Dir::addPath( storageDir, "info" ) ); in getStorageInfoPath()
32 return string( Dir::addPath( storageDir, "index" ) ); in getIndexPath()
37 return string( Dir::addPath( storageDir, "backups" ) ); in getBackupsPath()
41 Paths( storageDir ), storageInfo( loadStorageInfo() ), in ZBackupBase()
51 Paths( storageDir ), storageInfo( loadStorageInfo() ), in ZBackupBase()
83 Paths paths( storageDir ); in initStorage()
85 if ( !Dir::exists( storageDir ) ) in initStorage()
[all …]
H A Dzbackup_base.hh15 std::string storageDir; member
17 Paths( std::string const & storageDir );
43 ZBackupBase( std::string const & storageDir, std::string const & password );
44 …ZBackupBase( std::string const & storageDir, std::string const & password, bool prohibitChunkIndex…
47 static void initStorage( std::string const & storageDir, std::string const & password,
H A Dzbackup.hh32 ZBackup( string const & storageDir, string const & password,
44 ZRestore( string const & storageDir, string const & password,
57 ZCollect( string const & storageDir, string const & password,
/dports/www/phalcon4/cphalcon-4.1.1/tests/integration/Storage/Adapter/Stream/
H A DGetSetCest.php43 $storageDir = outputDir() . 'tests/stream/';
47 'storageDir' => $storageDir,
55 $target = $storageDir . 'ph-strm/te/st/-k/';
77 $storageDir = outputDir() . 'tests/stream/';
81 'storageDir' => $storageDir,
112 $storageDir = outputDir() . 'tests/stream/';
116 'storageDir' => $storageDir,
120 $target = $storageDir . 'ph-strm/te/st/-k/';
157 $storageDir = outputDir() . 'tests/stream/';
161 'storageDir' => $storageDir,
[all …]
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/googledrive/google-api-php-client/src/cache/
H A DGoogle_FileCache.php41 $storageDir = dirname($storageFile);
42 if (! is_dir($storageDir)) {
44 if (! @mkdir($storageDir, 0755, true)) {
46 if (! is_dir($storageDir)) {
47 throw new Google_CacheException("Could not create storage directory: $storageDir");
109 $storageDir = $this->getCacheDir(md5($key));
115 if (! is_dir($storageDir)) {
116 if (! @mkdir($storageDir, 0755, true)) {
117 throw new Google_CacheException("Could not create storage directory: $storageDir");
/dports/net/bosh-bootloader/bosh-bootloader-7.2.12/vendor/github.com/cloudfoundry/bbl-state-resource/storage/
H A Dstorage_test.go19 storageDir string
58 storageDir, err = ioutil.TempDir("", "storage_dir")
87 _ = os.RemoveAll(storageDir) // ignore the error
92 version, err := store.Upload(storageDir)
108 _, err := store.Upload(storageDir)
121 _, err := store.Upload(storageDir)
130 version, err := store.Download(storageDir)
148 version, err := store.Download(storageDir)
168 _, err := store.Download(storageDir)
185 _, err := store.Download(storageDir)
[all …]
/dports/net/storj/storj-1.45.3/installer/windows/Storj/
H A DCustomAction.cs57 string storageDir = session["STORAGEDIR"]; in ValidateStorageDir()
61 new CustomActionRunner().ValidateStorageDir(storageDir); in ValidateStorageDir()
79 string storageDir = session["STORAGEDIR"]; in ValidateStorage()
83 new CustomActionRunner().ValidateStorage(storageStr, storageDir); in ValidateStorage()
179 public void ValidateStorageDir(string storageDir) in ValidateStorageDir() argument
181 if (string.IsNullOrEmpty(storageDir)) in ValidateStorageDir()
186 IDirectoryInfo dir = fs.DirectoryInfo.FromDirectoryName(storageDir); in ValidateStorageDir()
197 public void ValidateStorage(string storageStr, string storageDir) in ValidateStorage() argument
214 if (string.IsNullOrEmpty(storageDir)) in ValidateStorage()
229 IDirectoryInfo dir = fs.DirectoryInfo.FromDirectoryName(storageDir); in ValidateStorage()
/dports/net/storj/storj-1.45.3/storagenode/storagenodedb/storagenodedbtest/
H A Drun.go36 storageDir := ctx.Dir("storage")
38 Storage: storageDir,
39 Info: filepath.Join(storageDir, "piecestore.db"),
40 Info2: filepath.Join(storageDir, "info.db"),
42 Pieces: storageDir,
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/client/fingerprint/
H A Dstorage.go30 storageDir := cfg.AllocDir
31 if storageDir == "" {
33 storageDir, err = os.Getwd()
39 volume, total, free, err := f.diskFree(storageDir)
41 return fmt.Errorf("failed to determine disk space for %s: %v", storageDir, err)
/dports/sysutils/nomad/nomad-1.1.0/client/fingerprint/
H A Dstorage.go30 storageDir := cfg.AllocDir
31 if storageDir == "" {
33 storageDir, err = os.Getwd()
39 volume, total, free, err := f.diskFree(storageDir)
41 return fmt.Errorf("failed to determine disk space for %s: %v", storageDir, err)
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/Icinga/Application/
H A DApplicationBootstrap.php90 protected $storageDir; variable in Icinga\\Application\\ApplicationBootstrap
139 * @param string $storageDir Path to Icinga Web 2's stored files
141 protected function __construct($baseDir = null, $configDir = null, $storageDir = null) argument
168 if ($storageDir === null) {
169 $storageDir = getenv('ICINGAWEB_STORAGEDIR');
170 if ($storageDir === false) {
171 $storageDir = Platform::isWindows()
176 $canonical = realpath($storageDir);
177 $this->storageDir = $canonical ? $canonical : $storageDir;
324 return $this->getDirWithSubDir($this->storageDir, $subDir);
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/storage/tsdb/testutil/
H A Dobjstore.go15 storageDir, err := ioutil.TempDir(os.TempDir(), "bucket")
19 require.NoError(t, os.RemoveAll(storageDir))
22 bkt, err := filesystem.NewBucketClient(filesystem.Config{Directory: storageDir})
25 return objstore.BucketWithMetrics("test", bkt, nil), storageDir
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/globals/
H A DAppFileStorage.cpp129 storageDir = settings->getFileStorageDir(); in init()
131 QDir dir(storageDir); in init()
133 bool created = dir.mkpath(storageDir); in init()
134 CHECK_EXT(created, os.setError(QString("Can not create a folder: %1").arg(storageDir)), ); in init()
136 QString storageUrl = storageDir + "/" + DB_FILE_NAME; in init()
154 return storageDir; in getStorageDir()
194 QString wdDirPath = storageDir + "/" + WD_DIR_NAME + "/" + process.getId(); in registerWorkflowProcess()
247 bool inTheStorage = url.startsWith(storageDir); in cleanup()
274 QDir stDir(storageDir + "/" + WD_DIR_NAME); in cleanup()
287 QDir storageRoot(storageDir + "/" + WD_DIR_NAME); in createDirectory()
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/google/cadvisor/container/docker/
H A Dfactory.go78 storageDir string member
109 self.storageDir,
221 storageDir := information.Get("DockerRootDir")
222 if storageDir == "" {
223 storageDir = *dockerRootDir
238 storageDir: storageDir,
/dports/www/webgrind/webgrind-1.5.0/
H A Dconfig.php19 static $storageDir = ''; variable in Webgrind_Config
121 static function storageDir() { function in Webgrind_Config
122 if (!empty(Webgrind_Config::$storageDir))
123 return realpath(Webgrind_Config::$storageDir).'/';
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Storage/Adapter/
H A DStream.zep31 protected storageDir = "";
42 * 'storageDir' => '',
53 var storageDir;
55 let storageDir = Arr::get(options, "storageDir", "");
56 if empty storageDir {
57 throw new Exception("The 'storageDir' must be specified in the options");
63 let this->storageDir = Str::dirSeparator(storageDir),
81 directory = Str::dirSeparator(this->storageDir),
285 * Returns the folder based on the storageDir and the prefix
295 let dirPrefix = Str::dirSeparator(this->storageDir . this->prefix),
/dports/www/moodle311/moodle/lib/google/src/Google/Cache/
H A DFile.php147 $storageDir = $this->path . '/' . substr(md5($file), 0, 2);
148 if ($forWrite && ! is_dir($storageDir)) {
149 if (! mkdir($storageDir, 0700, true)) {
152 array('dir' => $storageDir)
154 throw new Google_Cache_Exception("Could not create storage directory: $storageDir");
157 return $storageDir;
/dports/www/moodle310/moodle/lib/google/src/Google/Cache/
H A DFile.php147 $storageDir = $this->path . '/' . substr(md5($file), 0, 2);
148 if ($forWrite && ! is_dir($storageDir)) {
149 if (! mkdir($storageDir, 0700, true)) {
152 array('dir' => $storageDir)
154 throw new Google_Cache_Exception("Could not create storage directory: $storageDir");
157 return $storageDir;
/dports/www/moodle39/moodle/lib/google/src/Google/Cache/
H A DFile.php147 $storageDir = $this->path . '/' . substr(md5($file), 0, 2);
148 if ($forWrite && ! is_dir($storageDir)) {
149 if (! mkdir($storageDir, 0700, true)) {
152 array('dir' => $storageDir)
154 throw new Google_Cache_Exception("Could not create storage directory: $storageDir");
157 return $storageDir;
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Cache/
H A DFile.php98 $storageDir = $this->path . '/' . substr(md5($file), 0, 2);
99 if ($forWrite && ! is_dir($storageDir)) {
100 if (! mkdir($storageDir, 0755, true)) {
101 throw new Google_Cache_Exception("Could not create storage directory: $storageDir");
104 return $storageDir;
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/storegateway/
H A Dbucket_stores_test.go54 storageDir, err := ioutil.TempDir(os.TempDir(), "storage-*")
58 generateStorageBlock(t, storageDir, userID, metricName, 10, 100, 15)
129 storageDir, err := ioutil.TempDir(os.TempDir(), "storage-*")
133 generateStorageBlock(t, storageDir, "user-1", "series_1", 10, 100, 15)
196 storageDir, err := ioutil.TempDir(os.TempDir(), "storage-*")
207 generateStorageBlock(t, storageDir, userID, metricName, 10, 100, 15)
324 storageDir, err := ioutil.TempDir(os.TempDir(), "storage-*")
328 generateStorageBlock(t, storageDir, userID, metricName, 0, 10000, 1)
398 userDir := filepath.Join(storageDir, userID)
480 storageDir, err := ioutil.TempDir(os.TempDir(), "storage-*")
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/
H A DTestDiskError.java95 File storageDir = cluster.getInstanceStorageDir(dnIndex, 0); in testShutdown() local
96 File dir1 = MiniDFSCluster.getRbwDir(storageDir, bpid); in testShutdown()
97 storageDir = cluster.getInstanceStorageDir(dnIndex, 1); in testShutdown()
98 File dir2 = MiniDFSCluster.getRbwDir(storageDir, bpid); in testShutdown()
163 File storageDir = cluster.getInstanceStorageDir(sndNode, 0); in testReplicationError() local
164 File dir1 = MiniDFSCluster.getRbwDir(storageDir, bpid); in testReplicationError()
165 storageDir = cluster.getInstanceStorageDir(sndNode, 1); in testReplicationError()
166 File dir2 = MiniDFSCluster.getRbwDir(storageDir, bpid); in testReplicationError()
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/container/docker/
H A Dhandler.go99 func getRwLayerID(containerID, storageDir string, sd storageDriver, dockerVersion []int) (string, e…
109 …bytes, err := ioutil.ReadFile(path.Join(storageDir, "image", string(sd), "layerdb", "mounts", cont…
123 storageDir string,
145 storageDir = path.Join(rootFs, storageDir)
152 otherStorageDir := path.Join(storageDir, pathToContainersDir, id)
154 rwLayerID, err := getRwLayerID(id, storageDir, storageDriver, dockerVersion)
168 rootfsStorageDir = path.Join(storageDir, string(aufsStorageDriver), aufsRWLayer, rwLayerID)
170 rootfsStorageDir = path.Join(storageDir, string(storageDriver), rwLayerID, overlayRWLayer)
172 rootfsStorageDir = path.Join(storageDir, string(storageDriver), rwLayerID, overlay2RWLayer)
174 rootfsStorageDir = path.Join(storageDir)
/dports/graphics/gwenview/gwenview-21.12.3/lib/
H A Dhistorymodel.cpp57 … static HistoryItem *create(const QUrl &url, const QDateTime &dateTime, const QString &storageDir) in create()
59 if (!QDir().mkpath(storageDir)) { in create()
60 qCCritical(GWENVIEW_LIB_LOG) << "Could not create history dir" << storageDir; in create()
63 QTemporaryFile file(storageDir + QStringLiteral("/gvhistoryXXXXXXrc")); in create()
213 HistoryModel::HistoryModel(QObject *parent, const QString &storageDir, int maxCount) in HistoryModel() argument
218 d->mStorageDir = storageDir; in HistoryModel()
/dports/security/keybase/client-v5.7.1/go/libkb/
H A Ddisable_backup_darwin_test.go27 storageDir := getStorageDir(mctx, subDir)
29 metadata, err := xattr.Get(storageDir, key)
34 metadata, err = xattr.Get(storageDir, key+noiseSuffix)

12345