Home
last modified time | relevance | path

Searched refs:toPath (Results 1 – 12 of 12) sorted by relevance

/external/doclava/src/com/google/doclava/
DClearPage.java160 public static void copyFile(File from, String toPath) { in copyFile() argument
161 File to = new File(outputDir + "/" + toPath); in copyFile()
/external/webkit/Source/WebKit/mac/Misc/
DWebNSFileManagerExtras.h41 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
DWebNSFileManagerExtras.m225 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error
227 … // The implementation of moveItemAtPath:toPath:error: interacts with the NSFileManager's delegate.
231 return [self movePath:srcPath toPath:dstPath handler:nil];
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DDelegatedData.java233 public void copy(String toPath, Data from) { in copy() argument
235 getDelegate().copy(toPath, from); in copy()
DNestedMapData.java417 public void copy(String toPath, Data from) { in copy() argument
418 if (toPath == null) { in copy()
425 Data to = createChild(toPath); in copy()
DUnmodifiableData.java45 public void copy(String toPath, Data from) { in copy() argument
DData.java197 void copy(String toPath, Data from); in copy() argument
DDefaultDataContext.java356 public void copy(String toPath, Data from) { in copy() argument
/external/webkit/Source/WebKit/mac/
DChangeLog-2002-12-031097 (-[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 that
1452 _downloadURL:toPath:
1455 _downloadURL:toPath:
9927 (-[WebController _downloadURL:toPath:]): added, simply downloads a URL
9929 (-[WebDefaultContextMenuHandler downloadURL:]): calls [WebController _downloadURL:toPath:]
DChangeLog-2010-01-2915491 (-[NSFileManager moveItemAtPath:toPath:error:]): Ditto.
DChangeLog-2006-02-0935407 …roject.pbxproj: made WebFramePrivate.h private so that WebBrowser can call _downloadRequest:toPath:
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0681925 … Removed toString() functions in all SVGPathSeg* objects as well as toPath() in SVGPathSegList.