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

1 2

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 29 info.getPackageFile().getFullPath().toOSString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
PostCompilerDeltaVisitor.java 99 mOutputPath = outputfolder.getFullPath();
104 mAssetPath = assetFolder.getFullPath();
109 mResPath = resFolder.getFullPath();
114 mLibFolder = libFolder.getFullPath();
149 IPath path = resource.getFullPath();
LibraryDeltaVisitor.java 54 IPath path = resource.getFullPath();
ResourceManagerBuilder.java 155 resource.getFullPath().toString());
160 resource.getFullPath().toString());
197 JavaCore.newSourceEntry(genFolder.getFullPath()));
PreCompilerDeltaVisitor.java 193 IPath path = resource.getFullPath();
305 if (sourceFolderPath.equals(mSourceFolder.getFullPath())) {
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
FileListingService.java 221 public String getFullPath() {
661 Thread t = new Thread("ls " + entry.getFullPath()) { //$NON-NLS-1$
673 String path = child.getFullPath();
748 String command = "ls -l " + entry.getFullPath(); //$NON-NLS-1$
SyncService.java 385 SyncResult result = doPullFile(remote.getFullPath(), localFilename, monitor);
438 SyncResult result = doPush(fileArray, remote.getFullPath(), monitor);
538 monitor.startSubTask(e.getFullPath());
554 monitor.startSubTask(e.getFullPath());
556 SyncResult result = doPullFile(e.getFullPath(), dest, monitor);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 120 file.getFullPath().toString());
132 String name = file.getFullPath().toString();
  /cts/tools/host/src/com/android/cts/
TestPackage.java 663 private String getFullPath(String binaryFileName) {
679 String packagePath = getFullPath(packageBinaryName);
680 String targetApkPath = getFullPath(targetBinaryName);
709 String packagePath = getFullPath(testPkgBinaryName);
710 String targetApkPath = getFullPath(targetNameSpace);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
NewItemSelectionDialog.java 162 String leafName = f.getFullPath().removeFileExtension().lastSegment();
186 mLastUsedKey = f.getFullPath().toPortableString();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 226 args.put(KEY_PROJECT, mProject.getFullPath().toPortableString());
228 args.put(KEY_FILE, mFile.getFullPath().toPortableString());
374 IPath path = mFile.getFullPath();
    [all...]
ExtractStringInputPage.java 232 String projPath = mProject.getFullPath().toPortableString();
324 sLastResFilePath.put(mProject.getFullPath().toPortableString(), resFile);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/
ResourceManager.java 181 IPath path = folder.getFullPath();
270 IPath path = file.getFullPath();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
NewProjectWizard.java 676 javaProject.setOutputLocation(project.getFolder(BIN_DIRECTORY).getFullPath(),
695 refProject.getFullPath(), //path
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/explorer/
DeviceExplorer.java 562 remotePath = entry.getFullPath();
565 remotePath = toRefresh.getFullPath();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
AdtPlugin.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/actions/
MultiApkExportAction.java 184 IPath path = exportProject.getFullPath().append(projectConfig.getRelativePath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestPkgAttrNode.java 271 manifestFile.getFullPath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
BaseProjectHelper.java 135 markerId, resource.getFullPath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java     [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/mock/
FileMock.java 144 public IPath getFullPath() {
FolderMock.java 256 public IPath getFullPath() {
ProjectMock.java 303 public IPath getFullPath() {
  /external/qemu/distrib/sdl-1.2.12/src/loadso/macosx/
SDL_dlcompat.c 232 static const char *getFullPath(int i, const char *file);
429 static const char *getFullPath(int i, const char *file)
458 while ((*fullPath = getFullPath(i++, fileName)))
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/
FilenameUtils.java 387 * use {@link #getFullPath(String)} on the base path argument.
650 * See {@link #getFullPath(String)} for the method that retains the prefix.
733 public static String getFullPath(String filename) {
    [all...]

Completed in 3250 milliseconds

1 2