Home
last modified time | relevance | path

Searched refs:toPath (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/flutter/skia/third_party/externals/sdl/premake/
Dpremake4.lua337 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/
Dsourcemaps.ts30 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);
DdocumentRegistry.ts144 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/
DwatchUtilities.ts64 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 …]
DresolutionCache.ts50 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 …]
Dbuilder.ts268 … 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 …]
DwatchPublic.ts23 …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),
Dprogram.ts207 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 …]
DmoduleSpecifiers.ts110 …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/
DvirtualFileSystemWithWatch.ts382 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/
Ddeprecated_settings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
19 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/typescript/src/typingsInstaller/
DnodeTypingsInstaller.ts90 …typingSafeListLocation ? toPath(typingSafeListLocation, "", createGetCanonicalFileName(sys.useCase…
91 …typesMapLocation ? toPath(typesMapLocation, "", createGetCanonicalFileName(sys.useCaseSensitiveFil…
/third_party/flutter/flutter/examples/platform_view/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/dev/integration_tests/named_isolates/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/dev/integration_tests/ui/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/examples/hello_world/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/dev/integration_tests/codegen/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/dev/integration_tests/flavors/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/dev/integration_tests/channels/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/dev/integration_tests/external_ui/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/examples/layers/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/examples/flutter_view/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/dev/integration_tests/image_loading/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/examples/flutter_gallery/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()
/third_party/flutter/flutter/examples/stocks/android/
Dsettings.gradle3 def flutterProjectRoot = rootProject.projectDir.parentFile.toPath()

1234