Home
last modified time | relevance | path

Searched refs:relativePath (Results 1 – 19 of 19) sorted by relevance

/external/webkit/Source/WebCore/fileapi/
DFile.h52 static PassRefPtr<File> create(const String& relativePath, const String& path) in create() argument
54 return adoptRef(new File(relativePath, path)); in create()
83 File(const String& relativePath, const String& path);
DFile.cpp64 File::File(const String& relativePath, const String& path) in File() argument
67 , m_relativePath(relativePath) in File()
/external/webkit/Tools/BuildSlaveSupport/
Dtest-result-archive112 relativePath = os.path.join(dirPath, fileName)
113 print "Adding", relativePath
114 zipper.write(relativePath)
/external/clang/utils/
DFindSpecRefs882 relativePath = item.path[len(root):]
883 if relativePath.startswith('/'):
884 relativePath = relativePath[1:]
887 filename = os.path.basename(relativePath)
899 print >>f,'<a href="%s">%s:%d</a>%s<br>'%(linkStr,relativePath,item.line,paraText)
/external/webkit/Source/WebCore/platform/sql/chromium/
DSQLiteFileSystemChromiumWin.cpp118 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath, in chromiumFullPathname() argument
122 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath); in chromiumFullPathname()
DSQLiteFileSystemChromiumPosix.cpp146 int chromiumFullPathname(sqlite3_vfs* vfs, const char* relativePath, in chromiumFullPathname() argument
150 sqlite3_snprintf(vfs->mxPathname, absolutePath, "%s", relativePath); in chromiumFullPathname()
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
Djson_layout_results_generator.py100 relativePath = test
102 relativePath = test[index + 1:]
105 return relativePath.replace('\\', '/')
/external/webkit/Source/WebCore/html/
DFileInputType.cpp180 String relativePath = paths[i].substring(1 + rootPath.length()).replace('\\', '/'); in setFileList() local
181 m_fileList->append(File::create(relativePath, paths[i])); in setFileList()
/external/srec/portable/src/
DPFileSystem.c273 ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath) in PFileSystemGetFS() argument
306 if (relativePath != NULL) in PFileSystemGetFS()
311 LSTRCPY(relativePath, L("")); in PFileSystemGetFS()
315 LSTRCAT(relativePath, L("/")); in PFileSystemGetFS()
317 LSTRCAT(relativePath, path + LSTRLEN(bestKey)); in PFileSystemGetFS()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSystemIDResolver.java96 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath() argument
98 return new File(relativePath).getAbsolutePath(); in getAbsolutePathFromRelativePath()
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DSystemIDResolver.java103 private static String getAbsolutePathFromRelativePath(String relativePath) in getAbsolutePathFromRelativePath() argument
105 return new File(relativePath).getAbsolutePath(); in getAbsolutePathFromRelativePath()
/external/srec/portable/include/
DPFileSystemImpl.h102 … ESR_ReturnCode PFileSystemGetFS(const LCHAR* path, PFileSystem** fileSystem, LCHAR* relativePath);
/external/webkit/Tools/Scripts/
Dresolve-ChangeLogs79 my $relativePath = isInGitFilterBranch() ? '.' : chdirReturningRelativePath(determineVCSRoot());
81 my @changeLogFiles = removeChangeLogArguments($relativePath);
DVCSUtils.pm376 my $relativePath = File::Spec->abs2rel($file);
380 $svnInfo = `LC_ALL=C svn info $relativePath`;
382 $svnInfo = `LC_ALL=C git svn info $relativePath`;
Dold-run-webkit-tests1930 my $relativePath = File::Spec->abs2rel($path, $testDirectory);
1933 if ($relativePath !~ /^\.\.\//) {
/external/webkit/Source/WebKit/mac/Misc/
DWebKitNSStringExtras.mm151 NSString *relativePath = [self substringFromIndex:[resolvedHomeDirectory length]];
152 path = [NSHomeDirectory() stringByAppendingPathComponent:relativePath];
/external/webkit/Tools/DumpRenderTree/mac/
DResourceLoadDelegate.mm209 …printf("%s has MIME type %s\n", [[[[response URL] relativePath] lastPathComponent] UTF8String], [[…
/external/webkit/Tools/
DChangeLog-2010-05-2429876 set $relativePath to '.' instead of calling
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0699034 (WebCore::FileBlobItem::relativePath):