Home
last modified time | relevance | path

Searched refs:oldPath (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/BugReporter/
H A DPathDiagnostic.h600 PathDiagnosticCallPiece(PathPieces &oldPath, const Decl *caller) in PathDiagnosticCallPiece() argument
602 path(oldPath) {} in PathDiagnosticCallPiece()
/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c30884 char *oldPath = pCtx->lockProxyPath;
30893 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){
30904 sqlite3_free(oldPath);
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.c40910 char *oldPath = pCtx->lockProxyPath;
40919 (oldPath && !strncmp(oldPath, path, MAXPATHLEN)) ){
40930 sqlite3_free(oldPath);