/third_party/flutter/skia/third_party/externals/sdl/premake/ |
D | premake4.lua | 337 local toPath = "./" .. path.getrelative(relLocation, file.dst) 338 local toPathParent = path.getdirectory(toPath) 343 toPath = path.getdirectory(toPath) 347 toPath = path.translate(toPath, "/"):gsub("/", "\\\\") 353 toPath = path.translate(toPath, nil):gsub("\\", "/") 365 toPath .. "\\\"") 372 local toPath = "./" .. path.getrelative(relLocation, file.dst) 373 local toPathParent = path.getdirectory(toPath) 378 toPath = path.getdirectory(toPath) 382 toPath = path.translate(toPath, "/"):gsub("/", "\\\\") [all …]
|
/third_party/typescript/src/services/ |
D | sourcemaps.ts | 30 function toPath(fileName: string) { 31 return ts.toPath(fileName, currentDirectory, getCanonicalFileName); 35 const path = toPath(generatedFileName); 94 const path = toPath(fileName); 101 const path = toPath(fileName);
|
D | documentRegistry.ts | 144 const path = toPath(fileName, currentDirectory, getCanonicalFileName); 154 const path = toPath(fileName, currentDirectory, getCanonicalFileName); 227 const path = toPath(fileName, currentDirectory, getCanonicalFileName);
|
/third_party/typescript/src/compiler/ |
D | watchUtilities.ts | 64 function toPath(fileName: string) { 65 return ts.toPath(fileName, currentDirectory, getCanonicalFileName); 132 const path = toPath(fileName); 141 const path = toPath(fileName); 148 const path = toPath(dirPath); 153 const path = toPath(dirPath); 163 const rootDirPath = toPath(rootDir); 172 const rootDirPath = toPath(rootDir); 180 const path = toPath(dir); 273 toPath: (fileName: string) => Path, [all …]
|
D | resolutionCache.ts | 50 toPath(fileName: string): Path; method 192 const rootPath = (rootDir && resolutionHost.toPath(rootDir)) as Path; // TODO: GH#18217 356 const path = resolutionHost.toPath(containingFile); 468 const cache = resolvedModuleNames.get(resolutionHost.toPath(containingFile)); 568 … resolvedFileToResolution.add(resolutionHost.toPath(resolved.resolvedFileName), resolution); 583 const failedLookupLocationPath = resolutionHost.toPath(failedLookupLocation); 639 … resolvedFileToResolution.remove(resolutionHost.toPath(resolved.resolvedFileName), resolution); 650 const failedLookupLocationPath = resolutionHost.toPath(failedLookupLocation); 686 const fileOrDirectoryPath = resolutionHost.toPath(fileOrDirectory); 720 …ectReference.commandLine.fileNames.forEach(f => removeResolutionsOfFile(resolutionHost.toPath(f))); [all …]
|
D | builder.ts | 268 … const result: Diagnostic = convertToDiagnosticRelatedInformation(diagnostic, newProgram, toPath); 276 … relatedInformation.map(r => convertToDiagnosticRelatedInformation(r, newProgram, toPath)) : 282 function toPath(path: string) { 283 return ts.toPath(path, buildInfoDirectory, getCanonicalFileName); 287 …n(diagnostic: ReusableDiagnosticRelatedInformation, newProgram: Program, toPath: (path: string) =>… 291 file: file ? newProgram.getSourceFileByPath(toPath(file)) : undefined 1170 …function getMapOfReferencedSet(mapLike: MapLike<readonly string[]> | undefined, toPath: (path: str… 1177 map.set(toPath(key), new Set(mapLike[key].map(toPath))); 1190 fileInfos.set(toPath(key), program.fileInfos[key]); 1197 referencedMap: getMapOfReferencedSet(program.referencedMap, toPath), [all …]
|
D | watchPublic.ts | 23 …changeCompilerHostLikeToUseCache(host, fileName => toPath(fileName, host.getCurrentDirectory(), ho… 300 …urceFile = (fileName, ...args) => getVersionedSourceFileByPath(fileName, toPath(fileName), ...args… 306 compilerHost.toPath = toPath; 460 function toPath(fileName: string) { 461 return ts.toPath(fileName, currentDirectory, getCanonicalFileName); 473 const path = toPath(fileName); 757 const fileOrDirectoryPath = toPath(fileOrDirectory); 766 watchedDirPath: toPath(directory), 796 arrayToMap(compilerOptions.configFile?.extendedSourceFiles || emptyArray, toPath),
|
D | program.ts | 207 toPath: (fileName: string) => Path, 221 const key = toPath(fileName); 232 const key = toPath(fileName); 244 const key = toPath(fileName); 257 const key = toPath(fileName); 266 const key = toPath(fileName); 287 const key = toPath(directory); 295 const key = toPath(directory); 916 toPath, 1168 const realDeclarationPath = toPath(realDeclarationFileName); [all …]
|
D | moduleSpecifiers.ts | 110 …host.getFileIncludeReasons().get(toPath(modulePath.path, host.getCurrentDirectory(), info.getCanon… 207 const modulePath = toPath(moduleFileName, projectDirectory, getCanonicalFileName); 282 const importedPath = toPath(importedFileName, cwd, getCanonicalFileName); 301 …kDirectories = symlinkedDirectories.get(ensureTrailingDirectorySeparator(toPath(realPathDirectory,… 361 let directory = getDirectoryPath(toPath(importingFileName, cwd, getCanonicalFileName)); 549 … const mainExportFile = toPath(mainFileRelative, packageRootPath, getCanonicalFileName);
|
/third_party/typescript/src/harness/ |
D | virtualFileSystemWithWatch.ts | 382 private toPath: (f: string) => Path; 414 this.toPath = s => toPath(s, currentDirectory, this.getCanonicalFileName); 463 return this.toPath(this.toNormalizedAbsolutePath(s)); 553 const path = this.toPath(fullPath); 573 const path = this.toPath(fullPath); 600 entry.path = this.toPath(entry.fullPath); 635 const path = this.toPath(fullPath); 751 …invokeWatcherCallbacks(this.watchedFiles.get(this.toPath(fileFullPath)), ({ cb, fileName }) => cb(… 755 …invokeWatcherCallbacks(map.get(this.toPath(fullPath)), ({ cb }) => cb(eventName, entryFullPath ? t… 792 path: this.toPath(fullPath), [all …]
|
/third_party/flutter/flutter/packages/flutter_tools/gradle/ |
D | deprecated_settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath() 19 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/typescript/src/typingsInstaller/ |
D | nodeTypingsInstaller.ts | 90 …typingSafeListLocation ? toPath(typingSafeListLocation, "", createGetCanonicalFileName(sys.useCase… 91 …typesMapLocation ? toPath(typesMapLocation, "", createGetCanonicalFileName(sys.useCaseSensitiveFil…
|
/third_party/flutter/flutter/examples/platform_view/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/dev/integration_tests/named_isolates/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/dev/integration_tests/ui/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/examples/hello_world/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/dev/integration_tests/codegen/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/dev/integration_tests/flavors/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/dev/integration_tests/channels/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/dev/integration_tests/external_ui/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/examples/layers/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/examples/flutter_view/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/dev/integration_tests/image_loading/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/examples/flutter_gallery/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|
/third_party/flutter/flutter/examples/stocks/android/ |
D | settings.gradle | 3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
|