Searched refs:cPath (Results 1 – 5 of 5) sorted by relevance
/external/skqp/samplecode/ |
D | SampleAAGeometry.cpp | 1219 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/ |
D | sectransp.c | 1128 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/ |
D | sqlite3.c | 40586 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/ |
D | sqlite3.c | 40498 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/ |
D | sqlite3.c | 40514 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);
|