Home
last modified time | relevance | path

Searched refs:testCwd (Results 1 – 14 of 14) sorted by relevance

/dports/games/spring/spring_98.0/test/engine/System/FileSystem/
H A DTestFileSystem.cpp17 testCwd = GetTempDir(); in PrepareFileSystem()
18 if (!testCwd.empty()) { in PrepareFileSystem()
19 FileSystem::ChDir(testCwd); in PrepareFileSystem()
27 if (!testCwd.empty()) { in ~PrepareFileSystem()
34 if (!testCwd.empty()) { in ~PrepareFileSystem()
35 FileSystem::DeleteFile(testCwd); in ~PrepareFileSystem()
49 if (testCwd.empty()) { in GetTempDir()
52 testCwd = oldDir + tmpDir; in GetTempDir()
53 FileSystem::CreateDirectory(testCwd); in GetTempDir()
61 return testCwd; in GetTempDir()
[all …]
/dports/sysutils/terraform/terraform-1.0.11/internal/command/
H A Duntaint_test.go109 tmp, cwd := testCwd(t)
165 tmp, cwd := testCwd(t)
237 tmp, cwd := testCwd(t)
285 tmp, cwd := testCwd(t)
423 tmp, cwd := testCwd(t)
H A Dtaint_test.go105 tmp, cwd := testCwd(t)
150 tmp, cwd := testCwd(t)
218 tmp, cwd := testCwd(t)
262 tmp, cwd := testCwd(t)
395 tmp, cwd := testCwd(t)
H A Dstate_test.go28 tmp, cwd := testCwd(t)
H A Dstate_pull_test.go45 tmp, cwd := testCwd(t)
H A Dconsole_test.go25 tmp, cwd := testCwd(t)
H A Dstate_show_test.go150 tmp, cwd := testCwd(t)
H A Dstate_list_test.go187 tmp, cwd := testCwd(t)
H A Dstate_rm_test.go357 tmp, cwd := testCwd(t)
H A Dcommand_test.go529 func testCwd(t *testing.T) (string, string) { func
H A Dplan_test.go83 tmp, cwd := testCwd(t)
H A Dstate_mv_test.go898 tmp, cwd := testCwd(t)
H A Dapply_test.go787 tmp, cwd := testCwd(t)
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/golang-migrate/migrate/v4/internal/cli/
H A Dcommands_test.go160 testCwd := s.mustGetwd()
251 s.mustChdir(testCwd)