Home
last modified time | relevance | path

Searched refs:tempPath (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DFileRemapper.cpp144 SmallString<64> tempPath; in flushToFile() local
148 tempPath)) in flushToFile()
149 return report("Could not create file: " + tempPath.str(), Diag); in flushToFile()
156 const FileEntry *newE = FileMgr->getFile(tempPath); in flushToFile()
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c23087 UniChar tempPath[CCHMAXPATH];
23097 if( UniStrToUcs( ucUtf8, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS )
23101 UniStrFromUcs( uclCp, out, tempPath, CCHMAXPATH );
23116 UniChar tempPath[CCHMAXPATH];
23126 if( UniStrToUcs( uclCp, tempPath, (char *)in, CCHMAXPATH ) != ULS_SUCCESS )
23130 UniStrFromUcs( ucUtf8, out, tempPath, CCHMAXPATH );