Searched refs:toPath (Results 1 – 12 of 12) sorted by relevance
160 public static void copyFile(File from, String toPath) { in copyFile() argument161 File to = new File(outputDir + "/" + toPath); in copyFile()
41 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
225 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error227 … // The implementation of moveItemAtPath:toPath:error: interacts with the NSFileManager's delegate.231 return [self movePath:srcPath toPath:dstPath handler:nil];
233 public void copy(String toPath, Data from) { in copy() argument235 getDelegate().copy(toPath, from); in copy()
417 public void copy(String toPath, Data from) { in copy() argument418 if (toPath == null) { in copy()425 Data to = createChild(toPath); in copy()
45 public void copy(String toPath, Data from) { in copy() argument
197 void copy(String toPath, Data from); in copy() argument
356 public void copy(String toPath, Data from) { in copy() argument
1097 (-[WebFrame _downloadRequest:toPath:]):1187 (-[WebFrame _downloadRequest:toPath:]):1203 (-[WebController _downloadURL:toPath:]):1220 (-[WebFrame _downloadRequest:toPath:]):1447 (-[WebController _downloadURL:]): Call _downloadURL:toPath: with nil path.1448 (-[WebController _downloadURL:toPath:]): New method that1452 _downloadURL:toPath:1455 _downloadURL:toPath:9927 (-[WebController _downloadURL:toPath:]): added, simply downloads a URL9929 (-[WebDefaultContextMenuHandler downloadURL:]): calls [WebController _downloadURL:toPath:]
15491 (-[NSFileManager moveItemAtPath:toPath:error:]): Ditto.
35407 …roject.pbxproj: made WebFramePrivate.h private so that WebBrowser can call _downloadRequest:toPath:
81925 … Removed toString() functions in all SVGPathSeg* objects as well as toPath() in SVGPathSegList.