HomeSort by relevance Sort by last modified time
    Searched refs:dstPath (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebKit/mac/Misc/
WebNSFileManagerExtras.h 50 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error;
WebNSFileManagerExtras.m 277 - (BOOL)moveItemAtPath:(NSString *)srcPath toPath:(NSString *)dstPath error:(NSError **)error
283 return [self movePath:srcPath toPath:dstPath handler:nil];
  /external/qemu/android/avd/
info.c 566 const char* dstPath = NULL;
570 dstPath = l->params->forcePaths[l->id];
572 if (!dstPath) {
574 dstPath = l->temp;
578 imageLoader_setPath(l, dstPath);
583 if (path_copy_file(dstPath, srcPath) < 0) {
585 l->imageText, dstPath, strerror(errno));
    [all...]
  /frameworks/base/services/java/com/android/server/
Installer.java 196 public int movedex(String srcPath, String dstPath) {
201 builder.append(dstPath);
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Paint_Delegate.java 736 Path_Delegate dstPath = Path_Delegate.getDelegate(dst);
737 if (dstPath == null) {
744 dstPath.setJavaShape(strokeShape);
    [all...]

Completed in 988 milliseconds