Searched refs:tmpFile (Results 1 - 4 of 4) sorted by relevance

/haiku/src/bin/
H A Ddiff_zip.cpp350 EntryWriter tmpFile(tmpFileFD);
353 if (rootNodes[i]->CollectDiffEntries(&tmpFile) == DIFF_ERROR)
/haiku/src/apps/haikudepot/server/
H A DAbstractServerProcess.cpp289 BFile tmpFile(tmpPath, O_WRONLY | O_CREAT);
302 result = DataIOUtils::CopyAll(&tmpFile, gzDecompressedInput);
/haiku/src/build/libbe/storage/
H A DDirectory.cpp424 BFile tmpFile; local
425 BFile* realFile = file ? file : &tmpFile;
/haiku/src/kits/storage/
H A DDirectory.cpp444 BFile tmpFile; local
445 BFile* realFile = file ? file : &tmpFile;

Completed in 249 milliseconds