HomeSort by relevance Sort by last modified time
    Searched full:getfullpath (Results 1 - 25 of 171) sorted by null

1 2 3 4 5 6 7

  /external/lzma/CPP/Windows/
FileName.h 69 bool GetFullPath(CFSTR dirPrefix, CFSTR path, FString &fullPath);
70 bool GetFullPath(CFSTR path, FString &fullPath);
FileName.cpp 581 bool GetFullPath(CFSTR dirPrefix, CFSTR s, FString &res)
682 bool GetFullPath(CFSTR path, FString &fullPath)
684 return GetFullPath(NULL, path, fullPath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PatternBasedDeltaVisitor.java 92 IPath path = resource.getFullPath().makeRelativeTo(mDeltaProject.getFullPath());
108 resource.getFullPath().toString());
112 resource.getFullPath().toString());
126 resource.getFullPath().toString());
130 resource.getFullPath().toString());
ChangedFileSetHelper.java 62 IPath projectPath = project.getFullPath();
188 return resource.getFullPath().makeRelativeTo(project.getFullPath()).toString();
ResourceManagerBuilder.java 190 resource.getFullPath().toString());
195 resource.getFullPath().toString());
230 JavaCore.newSourceEntry(genFolder.getFullPath()));
275 javaProject.setOutputLocation(newJavaOutput.getFullPath(), monitor);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/binaryxml/
XmlStorageEditorInput.java 89 return mStorage.getFullPath() != null ? mStorage.getFullPath().toString() : mStorage
FileStorage.java 71 * @see org.eclipse.core.resources.IStorage#getFullPath()
74 public IPath getFullPath() {
BinaryXMLMultiPageEditorPart.java 66 jarEntryFile.getFullPath().toPortableString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
EmptyLaunchAction.java 39 info.getPackageFile().getFullPath().toOSString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/templates/
CreateFileChange.java 74 result.addFatalError("Unknown location " + file.getFullPath().toString());
92 parent.getFullPath());
NewTemplateWizard.java 179 resource.getFullPath().toString());
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/templates/
SetFolders.java 89 newEntries.add(CoreModel.newSourceEntry(folder.getFullPath()));
96 newEntries.add(CoreModel.newOutputEntry(folder.getFullPath()));
  /external/deqp/executor/
xeTestCase.hpp 69 void getFullPath (std::string& path) const;
70 std::string getFullPath (void) const { std::string str; getFullPath(str); return str; }
xeTestCase.cpp 97 throw Error(std::string("Duplicate node '") + name + "' in '" + parent->getFullPath());
104 void TestNode::getFullPath (std::string& dst) const
267 childGroup->getFullPath(fullPath);
  /external/lzma/CPP/7zip/UI/Common/
ArchiveOpenCallback.cpp 87 if (!NFile::NName::GetFullPath(_folderPrefix, us2fs(name), fullPath))
  /external/jsilver/src/com/google/clearsilver/jsilver/data/
DelegatedData.java 87 public String getFullPath() {
88 return getDelegate().getFullPath();
NestedMapData.java 180 public String getFullPath() {
402 + "multiple valid Data nodes for the path: " + symLink.getFullPath();
468 out.append(" : ").append(symLink.getFullPath()).append('\n');
  /packages/apps/Bluetooth/src/com/android/bluetooth/map/
BluetoothMapFolderElement.java 116 public String getFullPath() {
390 if(D) Log.i(TAG, subfolder.getFullPath() + " not in another");
395 if(D) Log.i(TAG, subfolder.getFullPath() + " filed compareTo()");
  /external/pdfium/fpdfsdk/include/
fsdk_define.h 60 virtual CFX_ByteString GetFullPath() { return ""; }
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileWizard.java 159 file.getFullPath().toString());
174 String name = file.getFullPath().toString();
195 String name = file.getFullPath().toString();
  /sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/exportgradle/
ExportGradleTest.java 252 addCleanupDir(project.getFullPath().toFile());
262 addCleanupDir(project.getFullPath().toFile());
  /packages/apps/Bluetooth/tests/src/com/android/bluetooth/tests/
MapStepsFolder.java 89 MapBuildFolderStructurValidator.sCurrentFolder.getFullPath());
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CreateNewConfigJob.java 88 IFolder folder = root.getFolder(newParentFolder.getFullPath());
  /toolchain/binutils/binutils-2.25/libiberty/
lrealpath.c 133 path. GetFullPath converts ../ and ./ in relative paths to
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringRefactoring.java 255 args.put(KEY_PROJECT, mProject.getFullPath().toPortableString());
257 args.put(KEY_FILE, mFile.getFullPath().toPortableString());
439 IPath path = mFile.getFullPath();
    [all...]

Completed in 2833 milliseconds

1 2 3 4 5 6 7