Home
last modified time | relevance | path

Searched refs:cPath (Results 1 – 5 of 5) sorted by relevance

/external/skqp/samplecode/
DSampleAAGeometry.cpp1219 SkPath cPath; in draw_segment() local
1220 cPath.moveTo(pts[0]); in draw_segment()
1221 cPath.cubicTo(pts[1], pts[2], pts[3]); in draw_segment()
1222 canvas->drawPath(cPath, complex ? fComplexPaint : fActivePaint); in draw_segment()
/external/curl/lib/vtls/
Dsectransp.c1128 static OSStatus CopyIdentityFromPKCS12File(const char *cPath, in CopyIdentityFromPKCS12File() argument
1154 (const UInt8 *)cPath, in CopyIdentityFromPKCS12File()
1155 strlen(cPath), false); in CopyIdentityFromPKCS12File()
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c40586 char *cPath = pCtx->conchFilePath;
40595 pathLen = strlcpy(tPath, cPath, MAXPATHLEN);
40617 if( rename(tPath, cPath) ){
40622 fprintf(stderr, "broke stale lock on %s\n", cPath);
40633 fprintf(stderr, "failed to break stale lock on %s, %s\n", cPath, errmsg);
/external/sqlite/dist/orig/
Dsqlite3.c40498 char *cPath = pCtx->conchFilePath;
40507 pathLen = strlcpy(tPath, cPath, MAXPATHLEN);
40529 if( rename(tPath, cPath) ){
40534 fprintf(stderr, "broke stale lock on %s\n", cPath);
40545 fprintf(stderr, "failed to break stale lock on %s, %s\n", cPath, errmsg);
/external/sqlite/dist/
Dsqlite3.c40514 char *cPath = pCtx->conchFilePath;
40523 pathLen = strlcpy(tPath, cPath, MAXPATHLEN);
40545 if( rename(tPath, cPath) ){
40550 fprintf(stderr, "broke stale lock on %s\n", cPath);
40561 fprintf(stderr, "failed to break stale lock on %s, %s\n", cPath, errmsg);