Home
last modified time | relevance | path

Searched refs:tempDir (Results 1 - 10 of 10) sorted by relevance

/third_party/lzma/CPP/7zip/UI/Common/
H A DWorkDir.cpp42 FString tempDir; in GetWorkDir() local
46 tempDir = path.Left((unsigned)pos); in GetWorkDir()
49 tempDir = workDirInfo.Path; in GetWorkDir()
53 if (!MyGetTempPath(tempDir)) in GetWorkDir()
57 NName::NormalizeDirPathPrefix(tempDir); in GetWorkDir()
58 return tempDir; in GetWorkDir()
/third_party/icu/icu4c/source/test/perf/leperf/
H A DFontObject.cpp33 SFNTDirectory tempDir; in FontObject() local
35 fread(&tempDir, sizeof tempDir, 1, file); in FontObject()
37 numTables = SWAPW(tempDir.numTables); in FontObject()
38 searchRange = SWAPW(tempDir.searchRange) >> 4; in FontObject()
39 entrySelector = SWAPW(tempDir.entrySelector); in FontObject()
40 rangeShift = SWAPW(tempDir.rangeShift) >> 4; in FontObject()
42 int dirSize = sizeof tempDir + ((numTables - ANY_NUMBER) * sizeof(DirectoryEntry)); in FontObject()
H A DPortableFontInstance.cpp104 SFNTDirectory tempDir; in PortableFontInstance() local
106 fread(&tempDir, sizeof tempDir, 1, fFile); in PortableFontInstance()
108 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry)); in PortableFontInstance()
/third_party/icu/icu4c/source/test/letest/
H A DFontObject.cpp29 SFNTDirectory tempDir; in FontObject() local
31 fread(&tempDir, sizeof tempDir, 1, file); in FontObject()
33 numTables = SWAPW(tempDir.numTables); in FontObject()
34 searchRange = SWAPW(tempDir.searchRange) >> 4; in FontObject()
35 entrySelector = SWAPW(tempDir.entrySelector); in FontObject()
36 rangeShift = SWAPW(tempDir.rangeShift) >> 4; in FontObject()
38 int dirSize = sizeof tempDir + ((numTables - ANY_NUMBER) * sizeof(DirectoryEntry)); in FontObject()
H A DPortableFontInstance.cpp100 SFNTDirectory tempDir; in PortableFontInstance() local
102 size_t numRead = fread(&tempDir, sizeof tempDir, 1, fFile); in PortableFontInstance()
105 le_int32 dirSize = sizeof tempDir + ((SWAPW(tempDir.numTables) - ANY_NUMBER) * sizeof(DirectoryEntry)); in PortableFontInstance()
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js66 const tempDir = `${test.testdirName}-sandbox`
68 temp: tempDir,
69 global: options.global || join(tempDir, 'global'),
70 home: options.home || join(tempDir, 'home'),
71 project: options.project || join(tempDir, 'project'),
72 cache: options.cache || join(tempDir, 'cache'),
/third_party/skia/third_party/externals/angle2/util/
H A Dtest_utils_unittest.cpp107 char tempDir[kMaxPath]; in TEST() local
108 ASSERT_TRUE(GetTempDir(tempDir, kMaxPath)); in TEST()
111 ASSERT_TRUE(CreateTemporaryFileInDir(tempDir, path, kMaxPath)); in TEST()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H A DSfxSetup.cpp209 CTempDir tempDir; in WinMain() local
210 if (!tempDir.Create(kTempDirPrefix)) in WinMain()
228 const FString tempDirPath = tempDir.GetPath(); in WinMain()
347 NULL, NULL, FALSE, 0, NULL, NULL /*tempDir.GetPath() */, in WinMain()
/third_party/astc-encoder/Test/
H A Dastc_test_functional.py134 self.tempDir = tempfile.TemporaryDirectory()
142 self.tempDir.cleanup()
143 self.tempDir = None
198 tmpFile, tmpPath = tempfile.mkstemp(mode, dir=self.tempDir.name)
226 tmpFile, tmpPath = tempfile.mkstemp(suffix, dir=self.tempDir.name)
/third_party/skia/third_party/externals/swiftshader/tests/regres/cmd/regres/
H A Dmain.go1290 tempDir := filepath.Join(t.buildDir, "temp")
1291 os.MkdirAll(tempDir, 0777)
1302 TempDir: tempDir,

Completed in 8 milliseconds