HomeSort by relevance Sort by last modified time
    Searched refs:destPath (Results 1 - 25 of 34) sorted by null

1 2

  /cts/tools/vm-tests-tf/src/util/build/
JavacBuildStep.java 28 private final String destPath;
31 public JavacBuildStep(String destPath, String classPath) {
32 this.destPath = destPath;
50 File destFile = new File(destPath);
61 commandLine[3] = destPath;
80 return destPath.equals(other.destPath)
89 return destPath.hashCode() ^ classPath.hashCode() ^ sourceFiles.hashCode();
  /external/webkit/Source/WebKit/chromium/public/
WebFileSystem.h 54 // Moves a file or directory at |srcPath| to |destPath|.
57 virtual void move(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); }
59 // Copies a file or directory at |srcPath| to |destPath|.
62 virtual void copy(const WebString& srcPath, const WebString& destPath, WebFileSystemCallbacks*) { WEBKIT_ASSERT_NOT_REACHED(); }
  /frameworks/base/media/java/android/mtp/
MtpDevice.java 230 * @param destPath path to destination for the file transfer.
235 public boolean importFile(int objectHandle, String destPath) {
236 return native_import_file(objectHandle, destPath);
254 private native boolean native_import_file(int objectHandle, String destPath);
  /frameworks/base/tools/aapt/
CrunchCache.h 32 CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff);
41 * them to the cached versions in the destPath. If the optional
CrunchCache.cpp 18 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff)
19 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff)
  /external/webkit/Source/WebCore/platform/
AsyncFileSystem.h 74 // Moves a file or directory from srcPath to destPath.
77 virtual void move(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
79 // Copies a file or directory from srcPath to destPath.
82 virtual void copy(const String& srcPath, const String& destPath, PassOwnPtr<AsyncFileSystemCallbacks>) = 0;
  /external/webkit/Source/WebKit/chromium/src/
WorkerFileSystemCallbacksBridge.h 88 void postMoveToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
89 void postCopyToMainThread(WebFileSystem*, const String& srcPath, const String& destPath, const String& mode);
111 static void moveOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem*, const String& srcPath, const String& destPath, WorkerFileSystemCallbacksBridge*, const String& mode);
112 static void copyOnMainThread(WebCore::ScriptExecutionContext*, WebFileSystem*, const String& srcPath, const String& destPath, WorkerFileSystemCallbacksBridge*, const String& mode);
  /external/icu4c/tools/icupkg/
icupkg.cpp 223 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment;
260 destPath=options[OPT_DESTDIR].value;
263 destPath=NULL;
290 isModified=(UBool)(sourcePath!=destPath);
346 pkg->extractItem(destPath, outFilename, 0, outType);
407 pkg->extractItems(destPath, *listPkg, outType);
  /packages/apps/Gallery2/src/com/android/gallery3d/data/
MtpContext.java 113 String destPath = new File(dest, objInfo.getName()).getAbsolutePath();
115 if (mClient.importFile(deviceName, objectId, destPath)) {
116 mScannerClient.scanPath(destPath);
MtpClient.java 431 * @param destPath path to destination for the file transfer.
436 public boolean importFile(String deviceName, int objectHandle, String destPath) {
441 return device.importFile(objectHandle, destPath);
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/tools/
SaveCopyTask.java 174 private static void copyExif(String sourcePath, String destPath) {
177 ExifInterface dest = new ExifInterface(destPath);
194 private void copyExif(Uri sourceUri, String destPath) {
196 copyExif(sourceUri.getPath(), destPath);
209 copyExif(path, destPath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/build/
AaptParserTest.java 155 private void checkRanges(String name, String destPath, String aaptError,
159 IFile file = getTestDataFile(project, name, destPath);
  /frameworks/av/media/mtp/
MtpDevice.h 102 bool readObject(MtpObjectHandle handle, const char* destPath, int group,
MtpDevice.cpp 668 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) {
669 ALOGD("readObject: %s", destPath);
670 int fd = ::open(destPath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR);
672 ALOGE("open failed for %s", destPath);
  /cts/tools/dasm/src/dasm/
Main.java 43 private static String destPath = null;
115 String dest_dir = destPath;
212 destPath = args[i];
  /frameworks/base/cmds/rawbu/
backup.cpp 373 static int backup_data(const char* destPath)
377 FILE* fh = fopen(destPath, "w");
380 destPath, strerror(errno));
384 printf("Backing up /data to %s...\n", destPath);
387 backupFilePath = strdup(destPath);
399 destPath, strerror(errno));
405 destPath, strerror(errno));
  /external/chromium/chrome/browser/resources/file_manager/js/
harness.js 130 var destPath = currentSrc.name.replace(/\^\^/g, '/');
131 self.getOrCreateFile(destPath, onFileFound,
132 util.flog('Error finding path: ' + destPath));
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
AddSupportJarAction.java 513 File destPath = loc.toFile();
517 if (!f.isFile(destPath) || !f.isSameFile(jarPath, destPath)) {
518 f.copyFile(jarPath, destPath);
  /external/skia/src/animator/
SkMatrixParts.cpp 244 SkPath& destPath = destination->getPath();
245 int dstPts = destPath.getPoints(dst, 4);
  /frameworks/base/media/tests/CameraBrowser/src/com/android/camerabrowser/
MtpClient.java 405 * @param destPath path to destination for the file transfer.
410 public boolean importFile(String deviceName, int objectHandle, String destPath) {
415 return device.importFile(objectHandle, destPath);
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
Utils.java 312 final String destPath = Environment.getExternalStorageDirectory()
314 final File destFile = new File(destPath);
338 intent.putExtra(Intent.EXTRA_STREAM, Uri.parse("file://" + destPath));
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/
AdtProjectTest.java 167 String destPath) throws Exception {
168 return getTestDataFile(project, sourceName, destPath, false);
172 String destPath, boolean overwrite) throws Exception {
173 String[] split = destPath.split("/"); //$NON-NLS-1$
178 name = destPath;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Path_Delegate.java 525 private static void addPath(int destPath, int srcPath, AffineTransform transform) {
526 Path_Delegate destPathDelegate = sManager.getDelegate(destPath);
  /external/quake/src/com/android/quake/
DownloaderActivity.java 139 private static Config getLocalConfig(File destPath, String configFilename) {
140 File configPath = new File(destPath, configFilename);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
ApplicationInfoPage.java 543 IPath destPath = path.removeLastSegments(1).append(mValues.testProjectName);
544 File dest = destPath.toFile();

Completed in 409 milliseconds

1 2