Home
last modified time | relevance | path

Searched refs:sandboxDir (Results 1 – 21 of 21) sorted by relevance

/dports/devel/llbuild/swift-llbuild-swift-DEVELOPMENT-SNAPSHOT-2017-12-10-a/perftests/Xcode/PerfTests/
H A DNinjaPerfTests.mm39 NSString *sandboxDir = [@(TEST_TEMPS_PATH)
44 sandboxDir].UTF8String);
46 sandboxDir].UTF8String);
73 NSString *sandboxDir = [@(TEST_TEMPS_PATH)
81 NSString *ninjaPath = [sandboxDir
112 NSString *sandboxDir = [@(TEST_TEMPS_PATH)
120 NSString *ninjaPath = [sandboxDir
156 NSString *sandboxDir = [@(TEST_TEMPS_PATH)
195 NSString *sandboxDir = [@(TEST_TEMPS_PATH)
238 NSString *sandboxDir = [@(TEST_TEMPS_PATH)
[all …]
H A DBuildSystemPerfTests.mm39 NSString *sandboxDir = [@(TEST_TEMPS_PATH)
42 NSLog(@"executing test using sandbox: %@", sandboxDir);
44 sandboxDir].UTF8String);
46 sandboxDir].UTF8String);
47 NSString *buildFilePath = [sandboxDir
/dports/www/trafficserver/trafficserver-9.1.1/proxy/http/remap/unit-tests/
H A Dtest_PluginDso.cc57 fs::remove(sandboxDir, ec); in clean()
95 REQUIRE_FALSE(sandboxDir.empty());
123 CHECK(fs::remove(sandboxDir, ec));
138 CHECK(fs::remove(sandboxDir, ec));
152 CHECK(fs::remove(sandboxDir, ec));
170 CHECK(fs::remove(sandboxDir, ec));
187 CHECK(fs::remove(sandboxDir, ec));
208 CHECK(fs::remove(sandboxDir, ec));
237 CHECK(fs::remove(sandboxDir, ec));
261 CHECK(fs::remove(sandboxDir, ec));
[all …]
H A Dtest_RemapPlugin.cc44 static fs::path sandboxDir = getTemporaryDir(); variable
45 static fs::path runtimeDir = sandboxDir / "runtime";
46 static fs::path searchDir = sandboxDir / "search";
52 fs::remove(sandboxDir, ec); in clean()
123 REQUIRE_FALSE(sandboxDir.empty());
241 REQUIRE_FALSE(sandboxDir.empty());
289 REQUIRE_FALSE(sandboxDir.empty());
362 REQUIRE_FALSE(sandboxDir.empty());
412 REQUIRE_FALSE(sandboxDir.empty());
H A Dtest_PluginFactory.cc114 fs::remove(sandboxDir, ec); in clean()
249 REQUIRE_FALSE(sandboxDir.empty());
457 REQUIRE_FALSE(sandboxDir.empty());
517 CHECK(fs::remove(sandboxDir, ec));
531 CHECK(fs::remove(sandboxDir, ec));
546 CHECK(fs::remove(sandboxDir, ec));
562 CHECK(fs::remove(sandboxDir, ec));
580 CHECK(fs::remove(sandboxDir, ec));
691 REQUIRE_FALSE(sandboxDir.empty());
949 REQUIRE_FALSE(sandboxDir.empty());
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/
H A DSandbox.hs154 sandboxDirHash = jenkins sandboxDir
278 sandboxBin = sandboxDir </> "bin"
315 sandboxDir <- tryCanonicalizePath sandboxDir'
316 setFileHidden sandboxDir
350 UseSandbox sandboxDir -> do
371 ++ sandboxDir ++ "' manually."
409 withAddTimestamps verbosity sandboxDir $ do
600 return (UseSandbox sandboxDir, config)
656 withSandboxBinDirOnSearchPath sandboxDir $ act
804 UseSandbox sandboxDir -> do
[all …]
H A DExec.hs66 (UseSandbox sandboxDir) ->
67 sandboxEnvironment verbosity sandboxDir comp platform programDb env
80 sandboxEnvironment verbosity sandboxDir comp platform programDb iEnv =
95 let sandboxPackagePath = sandboxPackageDBPath sandboxDir comp platform
114 Windows -> sandboxDir
115 _ -> sandboxDir </> "lib"
180 UseSandbox sandboxDir ->
181 ProgramSearchPathDir (sandboxDir </> "bin") : searchPath
H A DInstall.hs1062 updateSandboxTimestampsFile verbosity (UseSandbox sandboxDir)
1065 withUpdateTimestamps verbosity sandboxDir (compilerId comp) platform $ \_ -> do
1105 whenUsingSandbox useSandbox $ \sandboxDir ->
1108 ++ sandboxDir
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul-template/template/
H A Dfuncs_test.go42 sandboxDir,
43 filepath.Join(sandboxDir, "path/to/file"),
48 sandboxDir,
49 filepath.Join(sandboxDir, "path/to/../to/file"),
54 sandboxDir,
55 filepath.Join(sandboxDir, "path/to/ok-symlink"),
60 sandboxDir,
61 filepath.Join(sandboxDir, "path/../../../funcs_test.go"),
67 sandboxDir,
68 filepath.Join(sandboxDir, "path/to/bad-symlink"),
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/Distribution/Client/Sandbox/
H A DPackageEnvironment.hs141 commonPackageEnvironmentConfig sandboxDir =
153 globalLogsDir = toFlag $ sandboxDir </> "logs",
159 installDirs = sandboxInstallDirs sandboxDir
163 commonPackageEnvironment sandboxDir = mempty { function
169 sandboxInstallDirs sandboxDir = mempty { function
170 prefix = toFlag (toPathTemplate sandboxDir)
216 sandboxPackageDBPath sandboxDir compiler platform =
217 sandboxDir
260 commentPackageEnvironment sandboxDir = do function
359 let common = commonPackageEnvironment sandboxDir
[all …]
H A DTimestamp.hs113 withTimestampFile verbosity sandboxDir process = do
114 let timestampFile = sandboxDir </> timestampFileName
156 maybeAddCompilerTimestampRecord verbosity sandboxDir indexFile
159 withTimestampFile verbosity sandboxDir $ \timestampRecords -> do
172 withAddTimestamps verbosity sandboxDir act = do
201 withActionOnAllTimestamps f verbosity sandboxDir act =
202 withTimestampFile verbosity sandboxDir $ \timestampRecords -> do
218 withActionOnCompilerTimestamps f verbosity sandboxDir compId platform act = do
220 withTimestampFile verbosity sandboxDir $ \timestampRecords -> do
259 listModifiedDeps verbosity sandboxDir compId platform installedDepsMap = do
[all …]
H A DTypes.hs45 whenUsingSandbox (UseSandbox sandboxDir) act = act sandboxDir function
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/consul-template/template/testdata/sandbox/path/to/
H A Dbad-symlink42 sandboxDir,
43 filepath.Join(sandboxDir, "path/to/file"),
48 sandboxDir,
49 filepath.Join(sandboxDir, "path/to/../to/file"),
54 sandboxDir,
55 filepath.Join(sandboxDir, "path/to/ok-symlink"),
60 sandboxDir,
61 filepath.Join(sandboxDir, "path/../../../funcs_test.go"),
67 sandboxDir,
68 filepath.Join(sandboxDir, "path/to/bad-symlink"),
[all …]
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/qnx/mediaplayer/
H A Dmmrendererutil.cpp201 QDir sandboxDir = QDir::home(); // always returns 'data' directory in checkForDrmPermission() local
202 sandboxDir.cdUp(); // change to app sandbox directory in checkForDrmPermission()
204 QFile file(sandboxDir.filePath("app/native/bar-descriptor.xml")); in checkForDrmPermission()
/dports/security/keybase/client-v5.7.1/go/kbfs/env/
H A Dcontext.go239 sandboxDir := c.g.Env.HomeFinder.SandboxCacheDir()
240 if sandboxDir == "" {
243 return filepath.Join(sandboxDir, kbfsSocketFile)
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/cabal-install/main/
H A DMain.hs397 (UseSandbox sandboxDir) -> setPackageDB sandboxDir
409 whenUsingSandbox useSandbox $ \sandboxDir -> do
416 maybeAddCompilerTimestampRecord verbosity sandboxDir indexFile
582 UseSandbox sandboxDir -> Flag $ sandboxBuildDir sandboxDir
626 (UseSandbox sandboxDir) -> return $ setPackageDB sandboxDir comp platform
629 whenUsingSandbox useSandbox $ \sandboxDir -> do
633 maybeAddCompilerTimestampRecord verb sandboxDir indexFile
/dports/www/thirtybees/thirtybees-1.1.0/controllers/admin/
H A DAdminThemesController.php1478 $sandboxDir = $sandbox.'/'.$themeDir;
1479 $xml = Theme::loadDefaultConfig($sandboxDir);
1491 $sandboxDir.'/themes/'.$xmlAttributes['directory'],
1502 $sourceModulesDir = $sandboxDir.'/modules/';
1527 if (file_exists($sandboxDir.'/doc')
1528 && is_dir($sandboxDir.'/doc')
1531 rename($sandboxDir.'/doc', $targetDir.'/docs/');
/dports/devel/upp/upp/uppsrc/ide/Builders/
H A DAndroidBuilder.cpp359 String sandboxDir = GetSandboxDir(); in AfterClean() local
360 if(DirectoryExists(sandboxDir)) in AfterClean()
361 DeleteFolderDeep(sandboxDir); in AfterClean()
/dports/devel/stack/stack-2.7.3/src/Stack/
H A DDocker.hs213 sandboxDir <- projectDockerSandboxDir projectRoot
218 sandboxHomeDir = sandboxDir </> homeDirName
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/common_scenarios/workflow_designer/dashboard/
H A DGTTestsWorkflowDashboard.cpp89 …TestOpStatus &os, const QString &toolName, const QString &toolDirPath, const QString &sandboxDir) { in putToolToFolderWithSpaces() argument
93 QTemporaryDir dirWithSpaces(QFileInfo(sandboxDir).absolutePath() + "/folder XXXXXX"); in putToolToFolderWithSpaces()
104 …TestOpStatus &os, const QString &toolName, const QString &toolDirPath, const QString &sandboxDir) { in putToolToFolderWithoutSpaces() argument
108 CHECK_SET_ERR_RESULT(!sandboxDir.contains(" "), in putToolToFolderWithoutSpaces()
111 .arg(sandboxDir), in putToolToFolderWithoutSpaces()
114 QTemporaryDir dirWithoutSpaces(sandboxDir + "/folderXXXXXX"); in putToolToFolderWithoutSpaces()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/tests/regression_scenarios/
H A DGTTestsRegressionScenarios_2001_3000.cpp2374 QString sandboxDir = testDir + "_common_data/scenarios/sandbox/"; in GUI_TEST_CLASS_DEFINITION() local
2376 GTUtilsDialog::waitForDialog(os, new ImportACEFileFiller(os, false, sandboxDir + assDocName)); in GUI_TEST_CLASS_DEFINITION()
2391 QString sandboxDir = testDir + "_common_data/scenarios/sandbox/"; in GUI_TEST_CLASS_DEFINITION() local
2393 GTUtilsDialog::waitForDialog(os, new ImportACEFileFiller(os, false, sandboxDir + assDocName)); in GUI_TEST_CLASS_DEFINITION()
3268 QDir sandboxDir(testDir + "_common_data/scenarios/sandbox"); in GUI_TEST_CLASS_DEFINITION() local
3269 sandboxDir.mkdir("gui_regr_2543"); in GUI_TEST_CLASS_DEFINITION()