HomeSort by relevance Sort by last modified time
    Searched refs:relativePath (Results 1 - 18 of 18) sorted by null

  /external/srec/portable/include/
PFileSystemImpl.h 97 * @param relativePath [out] Relative path associated with match. Set to NULL if this value shouldn't be returned.
99 * @return ESR_INVALID_ARGUMENT if path, fileSystem or relativePath is null; ESR_INVALID_STATE if no
102 PORTABLE_API ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath);
  /external/webkit/WebCore/platform/sql/chromium/
SQLiteFileSystemChromiumWin.cpp 115 // relativePath - the relative path.
118 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
122 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
SQLiteFileSystemChromiumPosix.cpp 146 // relativePath - the relative path.
149 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath,
153 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/properties/
LibraryProperties.java 76 String relativePath;
161 IPath relativePath = Sdk.makeRelativeTo(
164 addItem(relativePath.toString(), iProject, -1);
201 addItem(data.relativePath, data.project, index - 1);
221 addItem(data.relativePath, data.project, index + 1);
283 data.relativePath);
320 * @param relativePath the relative path of the library entry
324 private void addItem(String relativePath, IProject project, int index) {
326 data.relativePath = relativePath;
    [all...]
  /external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/layout_package/
json_layout_results_generator.py 97 relativePath = test
99 relativePath = test[index + 1:]
102 return relativePath.replace('\\', '/')
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/utils/
SystemIDResolver.java 100 * @param relativePath A relative path
103 private static String getAbsolutePathFromRelativePath(String relativePath)
105 return new File(relativePath).getAbsolutePath();
  /dalvik/libcore/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();
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
ProjectState.java 62 private LibraryState(String relativePath) {
63 mRelativePath = relativePath;
86 private void setRelativePath(String relativePath) {
87 mRelativePath = relativePath;
  /external/srec/portable/src/
PFileSystem.c 271 * @param relativePath [out] Relative path associated with match (should have length P_PATH_MAX)
273 ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath)
306 if (relativePath != NULL)
311 LSTRCPY(relativePath, L(""));
315 LSTRCAT(relativePath, L("/"));
317 LSTRCAT(relativePath, path + LSTRLEN(bestKey));
  /external/webkit/WebKitTools/Scripts/
VCSUtils.pm 268 my $relativePath = File::Spec->abs2rel($file);
272 $svnInfo = `LC_ALL=C svn info $relativePath`;
274 $svnInfo = `LC_ALL=C git svn info $relativePath`;
resolve-ChangeLogs 77 my $relativePath = isInGitFilterBranch() ? '.' : chdirReturningRelativePath(determineVCSRoot());
79 my @changeLogFiles = removeChangeLogArguments($relativePath);
run-webkit-tests     [all...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/
SdkManager.java 596 for (String relativePath : sPlatformContentList) {
597 File f = new File(platform, relativePath);
601 platform.getName(), relativePath);
  /external/webkit/WebKitTools/DumpRenderTree/mac/
ResourceLoadDelegate.mm 186 printf("%s has MIME type %s\n", [[[[response URL] relativePath] lastPathComponent] UTF8String], [[response MIMEType] UTF8String]);
  /dalvik/libcore/luni/src/main/java/java/net/
URI.java     [all...]
  /external/webkit/WebKit/mac/Misc/
WebKitNSStringExtras.mm 155 NSString *relativePath = [self substringFromIndex:[resolvedHomeDirectory length]];
156 path = [NSHomeDirectory() stringByAppendingPathComponent:relativePath];
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
ApkBuilder.java     [all...]
  /prebuilt/common/ant/
ant.jar 

Completed in 456 milliseconds