Searched refs:tempFile (Results 1 – 9 of 9) sorted by relevance
| /third_party/flutter/skia/third_party/externals/wuffs/lib/rac/ |
| D | writer_test.go | 100 tempFile := &bytes.Buffer{} 101 if err := testWriter(IndexLocationAtStart, tempFile, 0, true); err != nil { 113 tempFile := &bytes.Buffer{} 114 if err := testWriter(IndexLocationAtEnd, tempFile, 0, false); err == nil { 130 tempFile := &bytes.Buffer{} 131 if err := testWriter(IndexLocationAtStart, tempFile, 0, false); err != nil { 156 tempFile := &bytes.Buffer{} 157 if err := testWriter(IndexLocationAtStart, tempFile, 4, false); err != nil { 163 tempFile := &bytes.Buffer{} 164 if err := testWriter(IndexLocationAtStart, tempFile, 128, false); err != nil { [all …]
|
| /third_party/node/test/parallel/ |
| D | test-fs-non-number-arguments-throw.js | 8 const tempFile = path.join(tmpdir.path, 'fs-non-number-arguments-throw'); constant 11 fs.writeFileSync(tempFile, 'abc\ndef'); 15 const saneEmitter = fs.createReadStream(tempFile, { start: 4, end: 6 }); 19 fs.createReadStream(tempFile, { start: '4', end: 6 }); 28 fs.createReadStream(tempFile, { start: 4, end: '6' }); 37 fs.createWriteStream(tempFile, { start: '4' });
|
| /third_party/skia/third_party/externals/angle2/util/posix/ |
| D | test_utils_posix.cpp | 422 std::string tempFile = TempFileName(); in CreateTemporaryFileInDir() local 423 sprintf(tempFileNameOut, "%s/%s", dir, tempFile.c_str()); in CreateTemporaryFileInDir()
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
| D | cache.dart | 448 return _withDownloadFile('${flattenNameSubdirs(url)}', (File tempFile) async { 449 if (!verifier(tempFile)) { 452 await _downloadFile(url, tempFile); 462 extractor(tempFile, location); 479 final File tempFile = fs.file(fs.path.join(cache.getDownloadDir().path, name)); 480 _downloadedFiles.add(tempFile); 481 await onTemporaryFile(tempFile);
|
| /third_party/icu/tools/unicodetools/com/ibm/rbm/ |
| D | RBManager.java | 271 File tempFile = new File(resDir, NLSbaseClass + "_" + encodings[i] + NLSpostfix); in RBManager() local 272 fr = new FileReader(tempFile); in RBManager() 277 p.load(new FileInputStream(tempFile)); in RBManager()
|
| /third_party/typescript/src/testRunner/unittests/tsserver/ |
| D | projectReferences.ts | 100 const tempFile: File = { constant 104 const host = createHost(files.concat([tempFile]), [containerConfig.path]); 113 openFilesForSession([tempFile], session); 131 service.closeClientFile(tempFile.path); 132 openFilesForSession([tempFile], session); 137 service.closeClientFile(tempFile.path); 138 openFilesForSession([tempFile], session);
|
| /third_party/skia/third_party/externals/angle2/src/tests/test_utils/runner/ |
| D | TestSuite.cpp | 1653 for (const std::string &tempFile : {processInfo->filterFileName, processInfo->resultsFileName}) in finishProcess() 1658 if (!angle::DeleteSystemFile(tempFile.c_str())) in finishProcess() 1660 std::cerr << "Warning: Error cleaning up temp file: " << tempFile << "\n"; in finishProcess()
|
| /third_party/sqlite/src/ |
| D | sqlite3.c | 55977 u8 tempFile; /* zFilename is a temporary or immutable file */ 56223 assert( p->tempFile==0 || p->eLock==EXCLUSIVE_LOCK ); 56224 assert( p->tempFile==0 || pPager->changeCountDone ); 56260 assert( sqlite3PcacheRefCount(pPager->pPCache)==0 || pPager->tempFile ); 56330 assert( sqlite3PcacheRefCount(pPager->pPCache)>0 || pPager->tempFile ); 56384 , (int)p->tempFile, (int)p->memDb, (int)p->useJournal 56510 pPager->changeCountDone = pPager->tempFile; /* ticket fb3b3024ea238d5c */ 57242 if( pPager->tempFile==0 ){ 57313 if( pPager->tempFile==0 ) return 1; 57424 rc = zeroJournalHdr(pPager, hasSuper||pPager->tempFile); [all …]
|
| /third_party/chromium/patch/ |
| D | 0003-ohos-1115.patch | 46991 File tempFile = File.createTempFile("share", 46995 fileUris.add(ContentUriUtils.getContentUriFromFile(tempFile)); 46997 new FileOutputStream(tempFile), MAX_SHARED_FILE_BYTES));
|