Home
last modified time | relevance | path

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

/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,
Dgradle_plugin_fat_apk_test.dart137 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/flutter/skia/src/utils/
DSkOSPath.cpp10 SkString SkOSPath::Join(const char *rootPath, const char *relativePath) { in Join() argument
11 SkString result(rootPath); in Join()
DSkOSPath.h32 static SkString Join(const char* rootPath, const char* relativePath);
/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()
DSkOSPath.h32 static SkString Join(const char* rootPath, const char* relativePath);
/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()
/third_party/node/deps/npm/node_modules/yargs/
Dyargs.js509 self.pkgConf = function pkgConf (key, rootPath) {
510 argsert('<string> [string]', [key, rootPath], arguments.length)
515 const obj = pkgUp(rootPath || cwd)
519 … conf = applyExtends(obj[key], rootPath || cwd, self.getParserConfiguration()['deep-merge-config'])
527 function pkgUp (rootPath) { argument
528 const npath = rootPath || '*'
534 let startDir = rootPath || require('require-main-filename')(parentRequire || require)
539 if (!rootPath && path.extname(startDir)) {
/third_party/flutter/flutter/packages/flutter_tools/lib/src/runner/
Dflutter_command_runner.dart507 static List<String> _gatherProjectPaths(String rootPath) {
508 if (fs.isFileSync(fs.path.join(rootPath, '.dartignore')))
512 final List<String> projectPaths = fs.directory(rootPath)
522 if (fs.isFileSync(fs.path.join(rootPath, 'pubspec.yaml')))
523 projectPaths.add(rootPath);
/third_party/typescript/src/server/
DeditorServices.ts3901 const rootPath = rootDir && this.toPath(rootDir); constant
3917 if (rootPath && rootPath === directory) {
/third_party/typescript/lib/
Dtsc.js91342 var rootPath = (rootDir && resolutionHost.toPath(rootDir));
91343 … var rootSplitLength = rootPath !== undefined ? rootPath.split(ts.directorySeparator).length : 0;
91562 if (isInDirectoryPath(rootPath, failedLookupLocationPath)) {
91576 dirPath: rootPath,
91593 if (rootPath !== undefined) {
91594 while (!isInDirectoryPath(dirPath, rootPath)) {
91649 if (dirPath === rootPath) {
91659 setDirectoryWatcher(rootDir, rootPath, true);
91709 if (dirPath === rootPath) {
91718 removeDirectoryWatcher(rootPath);
[all …]
DtypingsInstaller.js111052 var rootPath = (rootDir && resolutionHost.toPath(rootDir)); // TODO: GH#18217
111053 … var rootSplitLength = rootPath !== undefined ? rootPath.split(ts.directorySeparator).length : 0;
111291 if (isInDirectoryPath(rootPath, failedLookupLocationPath)) {
111308 dirPath: rootPath,
111328 if (rootPath !== undefined) {
111329 while (!isInDirectoryPath(dirPath, rootPath)) {
111386 if (dirPath === rootPath) {
111397 setDirectoryWatcher(rootDir, rootPath, /*nonRecursive*/ true); // TODO: GH#18217
111448 if (dirPath === rootPath) {
111457 removeDirectoryWatcher(rootPath);
[all …]
Dtsserverlibrary.js111257 var rootPath = (rootDir && resolutionHost.toPath(rootDir)); // TODO: GH#18217
111258 … var rootSplitLength = rootPath !== undefined ? rootPath.split(ts.directorySeparator).length : 0;
111496 if (isInDirectoryPath(rootPath, failedLookupLocationPath)) {
111513 dirPath: rootPath,
111533 if (rootPath !== undefined) {
111534 while (!isInDirectoryPath(dirPath, rootPath)) {
111591 if (dirPath === rootPath) {
111602 setDirectoryWatcher(rootDir, rootPath, /*nonRecursive*/ true); // TODO: GH#18217
111653 if (dirPath === rootPath) {
111662 removeDirectoryWatcher(rootPath);
[all …]
Dtsserver.js111063 var rootPath = (rootDir && resolutionHost.toPath(rootDir)); // TODO: GH#18217
111064 … var rootSplitLength = rootPath !== undefined ? rootPath.split(ts.directorySeparator).length : 0;
111302 if (isInDirectoryPath(rootPath, failedLookupLocationPath)) {
111319 dirPath: rootPath,
111339 if (rootPath !== undefined) {
111340 while (!isInDirectoryPath(dirPath, rootPath)) {
111397 if (dirPath === rootPath) {
111408 setDirectoryWatcher(rootDir, rootPath, /*nonRecursive*/ true); // TODO: GH#18217
111459 if (dirPath === rootPath) {
111468 removeDirectoryWatcher(rootPath);
[all …]
Dtypescript.js111257 var rootPath = (rootDir && resolutionHost.toPath(rootDir)); // TODO: GH#18217
111258 … var rootSplitLength = rootPath !== undefined ? rootPath.split(ts.directorySeparator).length : 0;
111496 if (isInDirectoryPath(rootPath, failedLookupLocationPath)) {
111513 dirPath: rootPath,
111533 if (rootPath !== undefined) {
111534 while (!isInDirectoryPath(dirPath, rootPath)) {
111591 if (dirPath === rootPath) {
111602 setDirectoryWatcher(rootDir, rootPath, /*nonRecursive*/ true); // TODO: GH#18217
111653 if (dirPath === rootPath) {
111662 removeDirectoryWatcher(rootPath);
[all …]
DtypescriptServices.js111257 var rootPath = (rootDir && resolutionHost.toPath(rootDir)); // TODO: GH#18217
111258 … var rootSplitLength = rootPath !== undefined ? rootPath.split(ts.directorySeparator).length : 0;
111496 if (isInDirectoryPath(rootPath, failedLookupLocationPath)) {
111513 dirPath: rootPath,
111533 if (rootPath !== undefined) {
111534 while (!isInDirectoryPath(dirPath, rootPath)) {
111591 if (dirPath === rootPath) {
111602 setDirectoryWatcher(rootDir, rootPath, /*nonRecursive*/ true); // TODO: GH#18217
111653 if (dirPath === rootPath) {
111662 removeDirectoryWatcher(rootPath);
[all …]