Home
last modified time | relevance | path

Searched refs:storageDir (Results 51 – 75 of 118) sorted by relevance

12345

/dports/textproc/pageedit/PageEdit-1.2.0/
H A DInspector.cpp68 QDir storageDir(inspectorStorePath); in Inspector() local
69 if (!storageDir.exists()) { in Inspector()
70 storageDir.mkpath(inspectorStorePath); in Inspector()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/pkg/storegateway/
H A Dgateway_test.go228 bucketClient, storageDir := cortex_testutil.PrepareFilesystemBucket(t)
390 bucketClient, storageDir := cortex_testutil.PrepareFilesystemBucket(t)
799 storageDir, err := ioutil.TempDir(os.TempDir(), "")
801 defer os.RemoveAll(storageDir) //nolint:errcheck
809 mockTSDB(t, path.Join(storageDir, userID), numSeries, 0, minT, maxT)
810 mockTSDB(t, path.Join(storageDir, userID), numSeries, 0, minT, maxT)
812 bucketClient, err := filesystem.NewBucketClient(filesystem.Config{Directory: storageDir})
913 storageDir, err := ioutil.TempDir(os.TempDir(), "")
915 defer os.RemoveAll(storageDir) //nolint:errcheck
922 mockTSDB(t, path.Join(storageDir, userID), chunksQueried, 0, minT, maxT)
[all …]
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository/
H A Dsnapshot_test.go91 alternatePathFunc func(t *testing.T, storageDir, objDir string) string
99 alternatePathFunc: func(t *testing.T, storageDir, objDir string) string {
100 return filepath.Join(storageDir, gittest.NewObjectPoolName(t), "objects")
105 alternatePathFunc: func(t *testing.T, storageDir, objDir string) string {
107 storageDir, gittest.NewObjectPoolName(t), "objects",
/dports/sysutils/signon-qt5/signond-07d45498ad374d9e8e4ff6a886f4b4bb850c0cb5/src/signond/
H A Dcredentialsaccessmanager.cpp431 QDir storageDir(fileInfo.dir()); in createStorageDir() local
432 if (!storageDir.mkpath(storageDir.path())) { in createStorageDir()
434 storageDir.path(); in createStorageDir()
438 setUserOwnership(storageDir.path()); in createStorageDir()
/dports/misc/freeguide/freeguide-0.11.1/src/freeguide/plugins/storage/serfiles/
H A DStorageSerFilesByDay.java61 protected final File storageDir; field in StorageSerFilesByDay
84 this.storageDir = dir; in StorageSerFilesByDay()
105 return ( storageDir != null ) ? storageDir in getStorageDirectory()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/
H A DMiniDFSCluster.java2531 public static String getDNCurrentDir(File storageDir) {
2532 return storageDir + "/" + Storage.STORAGE_DIR_CURRENT + "/";
2540 public static String getBPDir(File storageDir, String bpid) {
2541 return getDNCurrentDir(storageDir) + bpid + "/";
2549 return getBPDir(storageDir, bpid) + dirName + "/";
2558 public static File getRbwDir(File storageDir, String bpid) {
2602 File[] files = storageDir.listFiles();
2654 File storageDir = getStorageDir(dnIndex, i);
2655 File blockFile = getBlockFile(storageDir, block);
2672 File storageDir = getStorageDir(dnIndex, i);
[all …]
H A DTestCrcCorruption.java172 File storageDir = cluster.getInstanceStorageDir(0, 1); in thistest() local
174 File data_dir = MiniDFSCluster.getFinalizedDir(storageDir, bpid); in thistest()
231 storageDir = cluster.getInstanceStorageDir(0, 1); in thistest()
232 data_dir = MiniDFSCluster.getFinalizedDir(storageDir, bpid); in thistest()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository/
H A Dsnapshot_test.go93 alternatePathFunc func(t *testing.T, storageDir, objDir string) string
101 alternatePathFunc: func(t *testing.T, storageDir, objDir string) string {
102 return filepath.Join(storageDir, gittest.NewObjectPoolName(t), "objects")
107 alternatePathFunc: func(t *testing.T, storageDir, objDir string) string {
109 storageDir, gittest.NewObjectPoolName(t), "objects",
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/repository/
H A Dsnapshot_test.go93 alternatePathFunc func(t *testing.T, storageDir, objDir string) string
101 alternatePathFunc: func(t *testing.T, storageDir, objDir string) string {
102 return filepath.Join(storageDir, gittest.NewObjectPoolName(t), "objects")
107 alternatePathFunc: func(t *testing.T, storageDir, objDir string) string {
109 storageDir, gittest.NewObjectPoolName(t), "objects",
/dports/www/webgrind/webgrind-1.5.0/library/
H A DFileHandler.php30 …this->getPrepFiles('/\\'.Webgrind_Config::$preprocessedSuffix.'$/', Webgrind_Config::storageDir());
167 $prepFile = Webgrind_Config::storageDir().$file.Webgrind_Config::$preprocessedSuffix;
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Cache/
H A DCacheFactory.zep63 * 'storageDir' => ''
115 * 'storageDir' => ''
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/google/cadvisor/container/docker/
H A Dfactory.go113 storageDir string member
153 f.storageDir,
381 storageDir: RootDir(),
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/panmirror/
H A DSessionPanmirrorBibliography.cpp186 FilePath storageDir = storagePath(); in readFromStorage() local
187 FilePath biblioJsonPath = storageDir.completeChildPath(kBiblioJson); in readFromStorage()
188 FilePath biblioFilesPath = storageDir.completeChildPath(kBiblioFiles); in readFromStorage()
189 FilePath refBlockPath = storageDir.completeChildPath(kBiblioRefBlock); in readFromStorage()
221 FilePath storageDir = storagePath(); in writeToStorage() local
222 FilePath biblioJsonPath = storageDir.completeChildPath(kBiblioJson); in writeToStorage()
223 FilePath biblioFilesPath = storageDir.completeChildPath(kBiblioFiles); in writeToStorage()
224 FilePath refBlockPath = storageDir.completeChildPath(kBiblioRefBlock); in writeToStorage()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/namenode/
H A DTestFileJournalManager.java490 File storageDir = new File(TestEditLog.TEST_DIR, "preupgradeioerror"); in testDoPreUpgradeIOError() local
491 List<URI> editUris = Collections.singletonList(storageDir.toURI()); in testDoPreUpgradeIOError()
496 FileUtil.setWritable(storageDir, false); in testDoPreUpgradeIOError()
508 FileUtil.setWritable(storageDir, true); in testDoPreUpgradeIOError()
509 FileUtil.fullyDelete(storageDir); in testDoPreUpgradeIOError()
/dports/www/py-nevow/Nevow-0.14.0/examples/pastebin/pastebin/
H A Dservice.py26 def __init__(self, storageDir): argument
27 self._dir = storageDir
/dports/sysutils/zbackup/zbackup-1.4.4/
H A Dzcollector.hh16 ZCollector( std::string const & storageDir, std::string const & password,
H A Dzbackup.cc36 ZBackup::ZBackup( string const & storageDir, string const & password, in ZBackup() argument
38 ZBackupBase( storageDir, password ), in ZBackup()
142 ZRestore::ZRestore( string const & storageDir, string const & password, in ZRestore() argument
144 ZBackupBase( storageDir, password ), in ZRestore()
H A Dzcollector.cc179 ZCollector::ZCollector( string const & storageDir, string const & password, in ZCollector() argument
181 ZBackupBase( storageDir, password ), in ZCollector()
/dports/x11/kf5-plasma-framework/plasma-framework-5.89.0/src/plasma/private/
H A Dstoragethread.cpp68 … const QString storageDir = QStandardPaths::writableLocation(QStandardPaths::AppDataLocation); in initializeDb() local
69 QDir().mkpath(storageDir); in initializeDb()
70 m_db.setDatabaseName(storageDir + QLatin1Char('/') + QStringLiteral("plasma-storage2.db")); in initializeDb()
/dports/graphics/gwenview/gwenview-21.12.3/lib/
H A Dhistorymodel.h47 HistoryModel(QObject *parent, const QString &storageDir, int maxCount = 20);
/dports/www/webgrind/webgrind-1.5.0/
H A Dindex.php155 …$filename = Webgrind_Config::storageDir().$dataFile.'-'.$showFraction.Webgrind_Config::$preprocess…
214 …$welcome .= 'Webgrind $storageDir does not exist or is not writeable: <code>'.Webgrind_Config::sto…
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/
H A Dasyncfilestorage.h54 QDir storageDir() const;
H A Dasyncfilestorage.cpp62 QDir AsyncFileStorage::storageDir() const in storageDir() function in AsyncFileStorage
/dports/textproc/sigil/Sigil-1.8.0/src/ViewEditors/
H A DViewPreview.cpp113 QDir storageDir(localStorePath); in ViewPreview() local
114 if (!storageDir.exists()) { in ViewPreview()
115 storageDir.mkpath(localStorePath); in ViewPreview()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/
H A DTestDeleteBlockPool.java218 File storageDir, String bpid) throws IOException { in verifyBlockPoolDirectories() argument
219 File bpDir = new File(storageDir, DataStorage.STORAGE_DIR_CURRENT + "/" in verifyBlockPoolDirectories()

12345