Home
last modified time | relevance | path

Searched refs:parentDirectory (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/engine/flutter/tools/licenses/lib/
Dlicenses.dart777 …atch> _tryNone(String body, String filename, RegExp pattern, LicenseSource parentDirectory) sync* {
779 final List<License> results = parentDirectory.nearestLicensesFor(filename);
796 …name(String body, LicenseFileReferencePattern pattern, LicenseSource parentDirectory, { String ori…
802 final License template = parentDirectory.nearestLicenseWithName(filename, authors: authors);
804 throw 'failed to find template $filename in $parentDirectory (authors=$authors)';
815 final License template = parentDirectory.nearestLicenseWithName(filename, authors: authors);
818 'failed to find accompanying "$filename" in $parentDirectory\n'
830 …atch> _tryReferenceByType(String body, RegExp pattern, LicenseSource parentDirectory, { String ori…
833 final License template = parentDirectory.nearestLicenseOfType(type);
835 throw 'failed to find accompanying $type license in $parentDirectory';
[all …]
/third_party/typescript/src/harness/
DharnessIO.ts1372 const parentDirectory = IO.directoryName(dirName)!; // TODO: GH#18217 constant
1373 if (parentDirectory !== "" && parentDirectory !== dirName) {
1374 createDirectoryStructure(parentDirectory);
/third_party/typescript/src/compiler/
Dutilities.ts4507 const parentDirectory = getDirectoryPath(directoryPath); constant
4508 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
/third_party/typescript/lib/
Dtsc.js13561 var parentDirectory = ts.getDirectoryPath(directoryPath);
13562 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
DtypingsInstaller.js17378 var parentDirectory = ts.getDirectoryPath(directoryPath);
17379 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
Dtsserverlibrary.js17583 var parentDirectory = ts.getDirectoryPath(directoryPath);
17584 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
Dtypescript.js17583 var parentDirectory = ts.getDirectoryPath(directoryPath);
17584 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
Dtsserver.js17389 var parentDirectory = ts.getDirectoryPath(directoryPath);
17390 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);
DtypescriptServices.js17583 var parentDirectory = ts.getDirectoryPath(directoryPath);
17584 ensureDirectoriesExist(parentDirectory, createDirectory, directoryExists);