Home
last modified time | relevance | path

Searched refs:rootPath (Results 1 – 25 of 39) sorted by relevance

12

/third_party/typescript/src/testRunner/unittests/tsc/
DetsTests.ts6 const rootPath = path.resolve(__dirname); constant
9 const tsconfigPath = path.join(rootPath, "../../tests/dets/tsconfig.json");
10 const tscpath = path.join(rootPath, "../../lib/tsc.js");
30 const actualDeclarationPath = path.join(rootPath, "../../tests/dets/baselines/local", caseName);
31 …const expectedDeclarationPath = path.join(rootPath, "../../tests/dets/baselines/reference", caseNa…
/third_party/typescript/src/testRunner/unittests/tsserver/
DforceConsistentCasingInFileNames.ts4 const rootPath = "/Users/username/dev/project"; constant
6 path: `${rootPath}/index.ts`,
10 path: `${rootPath}/file2.js`,
14 path: `${rootPath}/types/file2/index.d.ts`,
18 path: `${rootPath}/tsconfig.all.json`,
29 path: `${rootPath}/tsconfig.json`,
/third_party/flutter/flutter/dev/devicelab/bin/tasks/
Dgradle_plugin_bundle_test.dart20 project.rootPath,
51 project.rootPath,
71 await inDirectory(project.rootPath, () async {
87 project.rootPath,
106 await inDirectory(project.rootPath, () async {
122 project.rootPath,
146 project.rootPath,
/third_party/flutter/flutter/dev/devicelab/lib/tasks/
Dplugin_tests.dart41 await prepareProvisioningCertificates(project.rootPath);
74 String get rootPath => path.join(parent.path, name);
77 final File pubspec = File(path.join(rootPath, 'pubspec.yaml'));
87 await inDirectory(Directory(rootPath), () async {
97 path.absolute(path.join(rootPath, 'android', 'gradlew.bat')),
/third_party/typescript/src/compiler/
DresolutionCache.ts192 const rootPath = (rootDir && resolutionHost.toPath(rootDir)) as Path; // TODO: GH#18217 constant
193 … const rootSplitLength = rootPath !== undefined ? rootPath.split(directorySeparator).length : 0;
481 if (isInDirectoryPath(rootPath, failedLookupLocationPath)) {
498 dirPath: rootPath,
526 if (rootPath !== undefined) {
527 while (!isInDirectoryPath(dirPath, rootPath)) {
593 if (dirPath === rootPath) {
605 setDirectoryWatcher(rootDir!, rootPath, /*nonRecursive*/ true); // TODO: GH#18217
665 if (dirPath === rootPath) {
674 removeDirectoryWatcher(rootPath);
[all …]
/third_party/typescript_eslint/packages/eslint-plugin/tests/rules/
Dstrict-boolean-expressions.test.ts13 const rootPath = getFixturesRootDir(); constant
17 tsconfigRootDir: rootPath,
133 tsconfigRootDir: path.join(rootPath, 'unstrict'),
353 tsconfigRootDir: path.join(rootPath, 'unstrict'),
Dno-dynamic-delete.test.ts4 const rootPath = getFixturesRootDir(); constant
9 tsconfigRootDir: rootPath,
Dno-unnecessary-type-arguments.test.ts4 const rootPath = getFixturesRootDir(); constant
10 tsconfigRootDir: rootPath,
Dprefer-reduce-type-parameter.test.ts4 const rootPath = getFixturesRootDir(); constant
10 tsconfigRootDir: rootPath,
Dno-unnecessary-qualifier.test.ts5 const rootPath = getFixturesRootDir(); constant
11 tsconfigRootDir: rootPath,
Drequire-array-sort-compare.test.ts4 const rootPath = getFixturesRootDir(); constant
9 tsconfigRootDir: rootPath,
Dprefer-regexp-exec.test.ts4 const rootPath = getFixturesRootDir(); constant
9 tsconfigRootDir: rootPath,
Dno-unnecessary-condition.test.ts12 const rootPath = getFixturesRootDir(); constant
17 tsconfigRootDir: rootPath,
507 tsconfigRootDir: path.join(rootPath, 'unstrict'),
1500 tsconfigRootDir: path.join(rootPath, 'unstrict'),
Dunbound-method.test.ts5 const rootPath = getFixturesRootDir(); constant
11 tsconfigRootDir: rootPath,
Dswitch-exhaustiveness-check.test.ts5 const rootPath = path.join(process.cwd(), 'tests/fixtures/'); constant
10 tsconfigRootDir: rootPath,
Drestrict-template-expressions.test.ts4 const rootPath = getFixturesRootDir(); constant
9 tsconfigRootDir: rootPath,
Dprefer-includes.test.ts6 const rootPath = getFixturesRootDir(); constant
11 tsconfigRootDir: rootPath,
Drestrict-plus-operands.test.ts4 const rootPath = getFixturesRootDir(); constant
9 tsconfigRootDir: rootPath,
Dno-confusing-void-expression.test.ts12 const rootPath = getFixturesRootDir(); constant
16 tsconfigRootDir: rootPath,
Ddot-notation.test.ts4 const rootPath = getFixturesRootDir(); constant
10 tsconfigRootDir: rootPath,
Dprefer-readonly-parameter-types.test.ts12 const rootPath = getFixturesRootDir(); constant
17 tsconfigRootDir: rootPath,
/third_party/skia/src/utils/
DSkOSPath.cpp10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument
11 SkString result(rootPath); in Join()
/third_party/flutter/skia/src/utils/
DSkOSPath.cpp10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument
11 SkString result(rootPath); in Join()
/third_party/flutter/flutter/dev/devicelab/lib/framework/
Dapk_utils.dart203 String get rootPath => path.join(parent.path, name);
204 String get androidPath => path.join(rootPath, 'android');
244 final File pubspec = File(path.join(rootPath, 'pubspec.yaml'));
254 await inDirectory(Directory(rootPath), () async {
302 workingDirectory: rootPath,
320 String get rootPath => path.join(parent.path, name);
321 String get examplePath => path.join(rootPath, 'example');
410 path.join(project.rootPath, 'build', 'app', 'intermediates',
/third_party/ltp/testcases/kernel/fs/scsi/ltpfs/
Dmain.c45 char rootPath[BUFFSIZE]; variable
145 strcpy(rootPath, argv[i]); in main()
219 if (strcmp(rootPath, file) == 0) { in cleanup_dirs()
503 changedir(rootPath); in do_random_access_test()

12