Home
last modified time | relevance | path

Searched defs:relativePath (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/m133/tools/skdiff/
Dskdiff_html.cpp163 const SkString& relativePath, bool local) { in print_diff_resource_cell()
194 … void print_diff_row(SkFILEWStream* stream, const DiffRecord& diff, const SkString& relativePath) { in print_diff_row()
238 SkString relativePath; in print_diff_page() local
/third_party/skia/tools/skdiff/
Dskdiff_html.cpp182 const SkString& relativePath, bool local) { in print_diff_resource_cell()
213 … void print_diff_row(SkFILEWStream* stream, const DiffRecord& diff, const SkString& relativePath) { in print_diff_row()
257 SkString relativePath; in print_diff_page() local
/third_party/skia/src/utils/
DSkOSPath.cpp10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join()
/third_party/skia/m133/src/utils/
DSkOSPath.cpp14 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join()
/third_party/typescript/src/compiler/
DmoduleSpecifiers.ts418 …const relativePath = rootDirs && tryGetModuleNameFromRootDirs(rootDirs, moduleFileName, sourceDire… constant
1017 const relativePath = getRelativePathIfInDirectory(path, rootDir, getCanonicalFileName); constant
1078 …const relativePath = getRelativePathToDirectoryOrUrl(directoryPath, path, directoryPath, getCanoni… constant
Dsourcemap.ts207 … const relativePath = map.sourceRoot ? combinePaths(map.sourceRoot, rawPath) : rawPath; constant
Dutilities.ts4907 …const relativePath = getRelativePathToDirectoryOrUrl(dir, filePath, dir, getCanonicalFileName, /*i… constant