Searched refs:dstPath (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebKit/mac/Misc/
H A DWebNSFileManagerExtras.h41 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
H A DWebNSFileManagerExtras.m225 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error
231 return [self movePath:srcPath toPath:dstPath handler:nil];
/external/skia/samplecode/
H A DClockFaceView.cpp208 SkPath path, dstPath; local
210 pe->filterPath(&dstPath, path, &width);

Completed in 94 milliseconds