/third_party/node/tools/ |
H A D | test-npm-package.js | 25 const tmpDir = require('../test/common/tmpdir'); 42 tmpDir.path = `${tmpDir.path}.npm.${srcHash}`; 43 tmpDir.refresh(); 45 const npmCache = path.join(tmpDir.path, 'npm-cache'); 46 const npmPrefix = path.join(tmpDir.path, 'npm-prefix'); 47 const npmTmp = path.join(tmpDir.path, 'npm-tmp'); 48 const npmUserconfig = path.join(tmpDir.path, 'npm-userconfig'); 49 const pkgDir = path.join(tmpDir.path, 'pkg'); 65 npmOptions.env.home = tmpDir [all...] |
/third_party/node/test/es-module/ |
H A D | test-esm-preserve-symlinks-main.js | 11 const tmpDir = tmpdir.path; 13 fs.mkdirSync(path.join(tmpDir, 'nested')); 14 fs.mkdirSync(path.join(tmpDir, 'nested2')); 16 const entry = path.join(tmpDir, 'nested', 'entry.js'); 17 const entry_link_absolute_path = path.join(tmpDir, 'link.js'); 18 const submodule = path.join(tmpDir, 'nested2', 'submodule.js'); 19 const submodule_link_absolute_path = path.join(tmpDir, 'submodule_link.js');
|
/third_party/node/test/parallel/ |
H A D | test-fs-promises.js | 38 const tmpDir = tmpdir.path; 121 const dest = path.resolve(tmpDir, 'baz.js'); 168 const dest = path.resolve(tmpDir, 'test1.js'); 286 const newPath = path.resolve(tmpDir, 'baz2.js'); 292 const newLink = path.resolve(tmpDir, 'baz3.js'); 330 const dir = path.join(tmpDir, nextdir()); 331 await symlink(tmpDir, dir, 'dir'); 339 const newPath = path.resolve(tmpDir, 'baz2.js'); 340 const newLink = path.resolve(tmpDir, 'baz4.js'); 348 const newDir = path.resolve(tmpDir, 'di [all...] |
H A D | test-fs-realpath.js | 37 const tmpDir = tmpdir.path; 55 return path.join(tmpDir, p); 58 const targetsAbsDir = path.join(tmpDir, 'targets'); 59 const tmpAbsDir = tmpDir; 106 const entry = `${tmpDir}/symlink`; 107 const expected = `${tmpDir}/cycles/root.js`; 109 [entry, `../${path.basename(tmpDir)}/cycles/root.js`], 225 const entry = path.join(tmpDir, '/cycles/realpath-3a'); 228 [path.join(tmpDir, '/cycles/realpath-3b'), '../cycles/realpath-3c'], 229 [path.join(tmpDir, '/cycle [all...] |
H A D | test-fs-promises-file-handle-writeFile.js | 14 const tmpDir = tmpdir.path; 19 const filePathForHandle = path.resolve(tmpDir, 'tmp-write-file2.txt'); 34 const filePathForHandle = path.resolve(tmpDir, 'dogs-running.txt'); 49 const dest = path.resolve(tmpDir, 'tmp.txt'); 50 const otherDest = path.resolve(tmpDir, 'tmp-2.txt');
|
H A D | test-fs-promises-writefile.js | 9 const tmpDir = tmpdir.path; 14 const dest = path.resolve(tmpDir, 'tmp.txt'); 15 const otherDest = path.resolve(tmpDir, 'tmp-2.txt');
|
H A D | test-fs-promises-file-handle-read.js | 14 const tmpDir = tmpdir.path; 23 const filePath = path.resolve(tmpDir, file);
|
/third_party/vk-gl-cts/scripts/ |
H A D | check_build_sanity.py | 34 def __init__ (self, srcDir, tmpDir): 36 self.tmpDir = tmpDir 112 buildDir = os.path.join(env.tmpDir, self.buildDir) 202 lambda env: ["--build-dir", os.path.join(env.tmpDir, "android-mustpass")]), 206 lambda env: ["--build-dir", os.path.join(env.tmpDir, "vulkan-mustpass")]), 211 "--build-dir", os.path.join(env.tmpDir, "spirv-binaries"), 212 "--dst-path", os.path.join(env.tmpDir, "spirv-binaries")]), 217 "--build-dir", os.path.join(env.tmpDir, "amber-verify"), 218 "--dst-path", os.path.join(env.tmpDir, "ambe [all...] |
/third_party/skia/tests/ |
H A D | PDFDocumentTest.cpp | 45 SkString tmpDir = skiatest::GetTmpDir(); in test_abortWithFile() local 47 if (tmpDir.isEmpty()) { in test_abortWithFile() 48 ERRORF(reporter, "missing tmpDir."); in test_abortWithFile() 52 SkString path = SkOSPath::Join(tmpDir.c_str(), "aborted.pdf"); in test_abortWithFile() 78 SkString tmpDir = skiatest::GetTmpDir(); in test_file() local 79 if (tmpDir.isEmpty()) { in test_file() 80 ERRORF(reporter, "missing tmpDir."); in test_file() 84 SkString path = SkOSPath::Join(tmpDir.c_str(), "file.pdf"); in test_file()
|
H A D | StreamBufferTest.cpp | 79 SkString tmpDir = skiatest::GetTmpDir(); in DEF_TEST() local 83 if (!tmpDir.isEmpty()) { in DEF_TEST() 84 path = SkOSPath::Join(tmpDir.c_str(), subdir); in DEF_TEST() 107 if (tmpDir.isEmpty() && f.skipIfNoTmpDir) { in DEF_TEST()
|
H A D | skia_test.cpp | 178 SkString tmpDir = skiatest::GetTmpDir(); in main() local 179 if (!tmpDir.isEmpty()) { in main() 180 header.appendf(" --tmpDir %s", tmpDir.c_str()); in main()
|
H A D | DataRefTest.cpp | 154 SkString tmpDir = skiatest::GetTmpDir(); in test_files() local 155 if (tmpDir.isEmpty()) { in test_files() 159 SkString path = SkOSPath::Join(tmpDir.c_str(), "data_test"); in test_files()
|
H A D | StreamTest.cpp | 53 static void test_filestreams(skiatest::Reporter* reporter, const char* tmpDir) { in test_filestreams() argument 54 SkString path = SkOSPath::Join(tmpDir, "wstream_test"); in test_filestreams() 141 SkString tmpDir = skiatest::GetTmpDir(); in TestWStream() local 142 if (!tmpDir.isEmpty()) { in TestWStream() 143 test_filestreams(reporter, tmpDir.c_str()); in TestWStream()
|
H A D | Test.cpp | 16 static DEFINE_string2(tmpDir, t, nullptr, "Temp directory to use.");
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/fix-tests/ |
H A D | main.go | 67 tmpDir, err := ioutil.TempDir("", "fix-tests") 71 if err := os.MkdirAll(tmpDir, 0666); err != nil { 74 defer os.RemoveAll(tmpDir) 77 testResultsPath := filepath.Join(tmpDir, "test-results.json")
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/check-spec-examples/ |
H A D | main.go | 160 tmpDir, err := ioutil.TempDir("", "wgsl-spec-examples") 164 if err := os.MkdirAll(tmpDir, 0666); err != nil { 167 defer os.RemoveAll(tmpDir) 173 if err := tryCompile(compiler, tmpDir, e); err != nil {
|
/third_party/node/deps/icu-small/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 444 o.tmpDir = options[TEMPDIR].value; in main() 446 o.tmpDir = o.targetDir; in main() 577 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local 605 uprv_strcpy(tmpDir, o->tmpDir); in pkg_executeOptions() 606 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions() 608 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions() 736 o->tmpDir, in pkg_executeOptions() 777 o->tmpDir, in pkg_executeOptions() 1621 o->tmpDir, in pkg_createWithoutAssemblyCode() [all...] |
H A D | pkgtypes.h | 118 const char *tmpDir; member
|
/third_party/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 444 o.tmpDir = options[TEMPDIR].value; in main() 446 o.tmpDir = o.targetDir; in main() 574 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local 602 uprv_strcpy(tmpDir, o->tmpDir); in pkg_executeOptions() 603 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions() 605 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions() 733 o->tmpDir, in pkg_executeOptions() 774 o->tmpDir, in pkg_executeOptions() 1618 o->tmpDir, in pkg_createWithoutAssemblyCode() [all...] |
H A D | pkgtypes.h | 118 const char *tmpDir; member
|
/third_party/skia/third_party/externals/icu/source/tools/pkgdata/ |
H A D | pkgdata.cpp | 444 o.tmpDir = options[TEMPDIR].value; in main() 446 o.tmpDir = o.targetDir; in main() 574 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local 602 uprv_strcpy(tmpDir, o->tmpDir); in pkg_executeOptions() 603 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions() 605 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions() 733 o->tmpDir, in pkg_executeOptions() 774 o->tmpDir, in pkg_executeOptions() 1618 o->tmpDir, in pkg_createWithoutAssemblyCode() [all...] |
H A D | pkgtypes.h | 118 const char *tmpDir; member
|
/third_party/skia/modules/skparagraph/tests/ |
H A D | SkParagraphTest.cpp | 150 SkString tmpDir = skiatest::GetTmpDir(); in ~TestCanvas() local 151 if (!tmpDir.isEmpty()) { in ~TestCanvas() 152 SkString path = SkOSPath::Join(tmpDir.c_str(), name); in ~TestCanvas()
|