Searched defs:tmpFile (Results 1 – 9 of 9) sorted by relevance
495 std::string tmpFile(SmtpfsBaseName(path)); in GetAttr() local574 const std::string tmpFile = tmpFilesPool_.MakeTmpPath(std::string(newpath)); in ReName() local712 MtpFsTypeTmpFile *tmpFile = const_cast<MtpFsTypeTmpFile *>(tmpFilesPool_.GetFile(stdPath)); in Open() local786 const MtpFsTypeTmpFile *tmpFile = tmpFilesPool_.GetFile(std::string(path)); in Write() local819 MtpFsTypeTmpFile *tmpFile = const_cast<MtpFsTypeTmpFile *>(tmpFilesPool_.GetFile(stdPath)); in Release() local
270 auto tmpFile = backupFile + BACKUP_TMP_POSTFIX; in GetClearType() local
192 FILE* tmpFile = fopen(realPath, "rb"); in Open() local
203 FILE *tmpFile = fopen(realPath.c_str(), "rb"); in Open() local
677 std::string tmpFile = tempDir + "/" + fl.baseName; variable
425 int tmpFile = 0; in GetClearType() local
361 std::string tmpFile = file; in SetFileInfosInCurrentDir() local
2919 auto tmpFile = fileManager.CreateFile(tmpFileName); in PrimitiveAttributes() local
5247 …std::string tmpFile = CURRENT_PATH + ServiceConstants::PATH_SEPARATOR + "test" + std::to_string(i)… variable