Searched refs:tempDir (Results 1 - 10 of 10) sorted by relevance
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | WorkDir.cpp | 42 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 D | FontObject.cpp | 33 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 D | PortableFontInstance.cpp | 104 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 D | FontObject.cpp | 29 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 D | PortableFontInstance.cpp | 100 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 D | sandbox.js | 66 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 D | test_utils_unittest.cpp | 107 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 D | SfxSetup.cpp | 209 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 D | astc_test_functional.py | 134 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 D | main.go | 1290 tempDir := filepath.Join(t.buildDir, "temp") 1291 os.MkdirAll(tempDir, 0777) 1302 TempDir: tempDir,
|
Completed in 10 milliseconds