HomeSort by relevance Sort by last modified time
    Searched full:relativepath (Results 201 - 225 of 451) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/apache-xml/src/main/java/org/apache/xml/utils/
SystemIDResolver.java 93 * @param relativePath A relative path
96 private static String getAbsolutePathFromRelativePath(String relativePath)
98 return new File(relativePath).getAbsolutePath();
  /external/clang/include/clang/Lex/
DirectoryLookup.h 157 /// \param RelativePath If not NULL, will be set to the path relative to
174 SmallVectorImpl<char> *RelativePath,
184 SmallVectorImpl<char> *RelativePath,
  /external/chromium_org/testing/gtest/msvc/
gtest-md.vcproj 103 RelativePath="..\src\gtest-all.cc">
gtest.vcproj 103 RelativePath="..\src\gtest-all.cc">
gtest_main-md.vcproj 106 RelativePath="..\src\gtest_main.cc">
gtest_main.vcproj 106 RelativePath="..\src\gtest_main.cc">
  /external/chromium_org/third_party/tcmalloc/vendor/vsprojects/addr2line-pdb/
addr2line-pdb.vcproj 116 RelativePath="..\..\src\windows\addr2line-pdb.c">
  /external/chromium_org/third_party/tcmalloc/vendor/vsprojects/nm-pdb/
nm-pdb.vcproj 116 RelativePath="..\..\src\windows\nm-pdb.c">
  /external/protobuf/vsprojects/
protoc.vcproj 185 RelativePath="..\src\google\protobuf\compiler\main.cc"
  /external/chromium_org/third_party/skia/src/utils/
SkOSFile.cpp 9 SkString SkOSPath::SkPathJoin(const char *rootPath, const char *relativePath) {
14 result.append(relativePath);
  /external/clang/lib/Frontend/
DependencyGraph.cpp 52 StringRef SearchPath, StringRef RelativePath,
74 StringRef RelativePath,
DependencyFile.cpp 70 StringRef SearchPath, StringRef RelativePath,
163 StringRef SearchPath, StringRef RelativePath,
267 StringRef RelativePath,
  /external/libvorbis/win32/VS2005/libvorbisfile/
libvorbisfile_static.vcproj 84 <File RelativePath="..\..\..\lib\vorbisfile.c">
88 <File RelativePath="..\..\..\include\vorbis\vorbisfile.h">
  /external/libvorbis/win32/VS2008/libvorbisfile/
libvorbisfile_static.vcproj 296 RelativePath="..\..\..\lib\vorbisfile.c"
306 RelativePath="..\..\..\include\vorbis\vorbisfile.h"
  /external/skia/src/utils/
SkOSFile.cpp 9 SkString SkOSPath::SkPathJoin(const char *rootPath, const char *relativePath) {
14 result.append(relativePath);
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-components/1.1.14/
plexus-components-1.1.14.pom 10 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.pom 26 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/codehaus/plexus/plexus-utils/1.5.8/
plexus-utils-1.5.8.pom 7 <relativePath>../pom/pom.xml</relativePath>
  /prebuilts/tools/common/m2/repository/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/
org.apache.felix.bundlerepository-1.6.6.pom 24 <relativePath>../pom/pom.xml</relativePath>
  /external/clang/lib/Tooling/
Tooling.cpp 141 StringRef RelativePath(File);
143 if (RelativePath.startswith("./")) {
144 RelativePath = RelativePath.substr(strlen("./"));
147 SmallString<1024> AbsolutePath = RelativePath;
  /external/libogg/win32/VS2005/
libogg_dynamic.vcproj 212 <File RelativePath="..\..\src\bitwise.c">
214 <File RelativePath="..\..\src\framing.c">
216 <File RelativePath="..\ogg.def">
220 <File RelativePath="..\..\include\ogg\ogg.h">
222 <File RelativePath="..\..\include\ogg\os_types.h">
libogg_static.vcproj 200 <File RelativePath="..\..\src\bitwise.c">
202 <File RelativePath="..\..\src\framing.c">
204 <File RelativePath="..\ogg.def">
208 <File RelativePath="..\..\include\ogg\ogg.h">
210 <File RelativePath="..\..\include\ogg\os_types.h">
  /external/libogg/win32/VS2008/
libogg_dynamic.vcproj 208 <File RelativePath="..\..\src\bitwise.c">
210 <File RelativePath="..\..\src\framing.c">
212 <File RelativePath="..\ogg.def">
216 <File RelativePath="..\..\include\ogg\ogg.h">
218 <File RelativePath="..\..\include\ogg\os_types.h">
libogg_static.vcproj 786 RelativePath="..\..\src\bitwise.c"
790 RelativePath="..\..\src\framing.c"
794 RelativePath="..\ogg.def"
804 RelativePath="..\..\include\ogg\ogg.h"
808 RelativePath="..\..\include\ogg\os_types.h"
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
FontFamily_Delegate.java 191 String relativePath = path.substring(SYSTEM_FONTS.length());
192 File f = new File(sFontLocation, relativePath);
204 String.format("Unable to load font %1$s", relativePath),

Completed in 486 milliseconds

1 2 3 4 5 6 7 891011>>