/cts/tools/vm-tests-tf/src/util/build/ |
JavacBuildStep.java | 28 private final String destPath; 31 public JavacBuildStep(String destPath, String classPath) { 32 super(new File(destPath)); 33 this.destPath = destPath; 52 File destFile = new File(destPath); 63 commandLine[3] = destPath; 84 return destPath.equals(other.destPath) 93 return destPath.hashCode() ^ classPath.hashCode() ^ sourceFiles.hashCode() [all...] |
JackBuildStep.java | 30 private final String destPath; 34 public JackBuildStep(String destPath, String classPath) { 35 super(new File(destPath)); 36 this.destPath = destPath; 52 File outDir = new File(destPath).getParentFile(); 128 return destPath.equals(other.destPath) && classPath.equals(other.classPath) 136 return destPath.hashCode() ^ classPath.hashCode() ^ sourceFiles.hashCode();
|
/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 | 19 CrunchCache::CrunchCache(String8 sourcePath, String8 destPath, FileFinder* ff) 20 : mSourcePath(sourcePath), mDestPath(destPath), mSourceFiles(0), mDestFiles(0), mFileFinder(ff)
|
/external/icu/icu4c/source/tools/icupkg/ |
icupkg.cpp | 257 const char *pname, *sourcePath, *destPath, *inFilename, *outFilename, *outComment; 309 destPath=options[OPT_DESTDIR].value; 312 destPath=NULL; 344 isModified=(UBool)(sourcePath!=destPath); 400 pkg->extractItem(destPath, outFilename, 0, outType); 473 pkg->extractItems(destPath, *listPkg, outType);
|
/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);
|
/cts/tools/dasm/src/dasm/ |
Main.java | 43 private static String destPath = null; 115 String dest_dir = destPath; 212 destPath = args[i];
|
/frameworks/base/media/java/android/mtp/ |
MtpDevice.java | 320 * @param destPath path to destination for the file transfer. 325 public boolean importFile(int objectHandle, @NonNull String destPath) { 326 return native_import_file(objectHandle, destPath); 434 private native boolean native_import_file(int objectHandle, String destPath);
|
/external/lzma/C/Util/7z/ |
7zMain.c | 479 const UInt16 *destPath = (const UInt16 *)name;
490 destPath = name + j + 1;
495 MyCreateDir(destPath);
499 else if (OutFile_OpenUtf16(&outFile, destPath))
520 SetFileAttributesW(destPath, db.Attribs.Vals[i]);
|
/frameworks/native/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));
|
/frameworks/av/media/mtp/ |
MtpDevice.h | 122 bool readObject(MtpObjectHandle handle, const char* destPath, int group,
|
MtpDevice.cpp | 659 bool MtpDevice::readObject(MtpObjectHandle handle, const char* destPath, int group, int perm) { 660 ALOGD("readObject: %s", destPath); 661 int fd = ::open(destPath, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); 663 ALOGE("open failed for %s", destPath);
|
/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);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/ |
AdtProjectTest.java | 216 String destPath) throws Exception { 217 return getTestDataFile(project, sourceName, destPath, false); 221 String destPath, boolean overwrite) throws Exception { 222 String[] split = destPath.split("/"); //$NON-NLS-1$ 227 name = destPath;
|
/external/lzma/CPP/7zip/UI/FileManager/ |
BrowseDialog.cpp | 736 FString destPath;
737 if (GetFullPath(us2fs(DirPrefix), us2fs(name), destPath))
739 if (!NDir::CreateComplexDir(destPath))
741 MessageBox_HResError((HWND)*this, GetNormalizedError(), fs2us(destPath));
787 FString destPath;
788 if (!GetFullPath(us2fs(DirPrefix), us2fs(s), destPath))
793 FilePath = fs2us(destPath);
|
ExtractCallback.cpp | 546 const wchar_t *destPath,
550 UString destPathResultTemp = destPath;
552 // RINOK(StringToBstr(destPath, destPathResult));
557 FString destPathSys = us2fs(destPath);
587 UString destPathSpec = destPath;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/ |
AddSupportJarAction.java | 606 File destPath = loc.toFile(); 610 if (!f.isFile(destPath) || !f.isSameFile(jarPath, destPath)) { 611 f.copyFile(jarPath, destPath);
|
/packages/apps/Gallery2/src/com/android/gallery3d/data/ |
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);
|
/tools/tradefederation/core/prod-tests/src/com/android/framework/tests/ |
PackageManagerHostTestUtils.java | 209 * @param destPath the absolute path of the file 214 public boolean doesRemoteFileExistContainingString(String destPath, String searchString) 216 String lsResult = mDevice.executeShellCommand(String.format("ls %s", destPath));
|
/prebuilts/tools/common/m2/repository/org/apache/maven/shared/file-management/1.2.1/ |
file-management-1.2.1.jar | |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
Path_Delegate.java | 570 public static void addPath(long destPath, long srcPath, AffineTransform transform) { 571 Path_Delegate destPathDelegate = sManager.getDelegate(destPath);
|
/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();
|
/tools/tradefederation/core/src/com/android/tradefed/device/ |
NativeDevice.java | [all...] |
/tools/tradefederation/core/tests/src/com/android/tradefed/device/ |
NativeDeviceTest.java | [all...] |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/ |
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar | |