Searched refs:resolvedPath (Results 1 - 17 of 17) sorted by relevance
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
H A D | misc_realpath_test.cpp | 78 char* resolvedPath = realpath("/proc/./version", nullptr); in HWTEST_F() local 79 EXPECT_EQ(strcmp("/proc/version", resolvedPath), 0); in HWTEST_F() 80 free(resolvedPath); in HWTEST_F() 91 char* resolvedPath = realpath("/dev/../proc/version", nullptr); in HWTEST_F() local 92 EXPECT_EQ(strcmp("/proc/version", resolvedPath), 0); in HWTEST_F() 93 free(resolvedPath); in HWTEST_F()
|
/third_party/weex-loader/deps/weex-scripter/lib/ |
H A D | require-parse.js | 27 var resolvedPath = resolvePath(rawPath, path.dirname(currentPath)) 29 if (!resolvedPath && rawPath[0] !== '.' && rawPath[0] !== '/') { 31 resolvedPath = findModuleMain(path.resolve(nodePaths[i], rawPath)) 33 if (resolvedPath) { 39 return resolvedPath
|
/third_party/node/lib/ |
H A D | path.js | 623 const resolvedPath = win32.resolve(path); 625 if (resolvedPath.length <= 2) 628 if (StringPrototypeCharCodeAt(resolvedPath, 0) === CHAR_BACKWARD_SLASH) { 630 if (StringPrototypeCharCodeAt(resolvedPath, 1) === CHAR_BACKWARD_SLASH) { 631 const code = StringPrototypeCharCodeAt(resolvedPath, 2); 634 return `\\\\?\\UNC\\${StringPrototypeSlice(resolvedPath, 2)}`; 638 isWindowsDeviceRoot(StringPrototypeCharCodeAt(resolvedPath, 0)) && 639 StringPrototypeCharCodeAt(resolvedPath, 1) === CHAR_COLON && 640 StringPrototypeCharCodeAt(resolvedPath, 2) === CHAR_BACKWARD_SLASH 643 return `\\\\?\\${resolvedPath}`; [all...] |
/third_party/node/benchmark/fs/ |
H A D | bench-realpath.js | 20 resolvedPath(n); 33 function resolvedPath(n) { function
|
/third_party/node/deps/npm/node_modules/npm-package-arg/lib/ |
H A D | npa.js | 279 let resolvedPath = decodeURIComponent(resolvedUrl.pathname) 282 resolvedPath = resolvedPath.replace(/^\/+([a-z]:\/)/i, '$1') 289 resolvedPath = path.resolve(homedir(), specPath.substr(3)) 291 res.saveSpec = `file:${path.relative(where, resolvedPath)}` 293 res.saveSpec = `file:${path.resolve(resolvedPath)}` 296 res.fetchSpec = path.resolve(where, resolvedPath)
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | source_helpers.js | 159 const resolvedPath = _findDependentCodePath( 161 if (!resolvedPath) { 166 if (exceptions.isTestSkippedAbs(resolvedPath)) { 172 dependencies.push(resolvedPath);
|
/third_party/musl/Benchmark/musl/ |
H A D | libc_stdlib.cpp | 258 char resolvedPath[bufferLen]; 260 benchmark::DoNotOptimize(realpath(path, resolvedPath));
|
/third_party/node/deps/undici/src/lib/mock/ |
H A D | mock-utils.js | 130 const resolvedPath = typeof basePath === 'string' ? safeUrl(basePath) : basePath 133 let matchedMockDispatches = mockDispatches.filter(({ consumed }) => !consumed).filter(({ path }) => matchValue(safeUrl(path), resolvedPath)) 135 throw new MockNotMatchedError(`Mock dispatch not matched for path '${resolvedPath}'`)
|
/third_party/node/lib/internal/modules/esm/ |
H A D | resolve.js | 477 const resolvedPath = resolved.pathname; 480 if (!StringPrototypeStartsWith(resolvedPath, packagePath)) {
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | tsserver.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/ |
H A D | api.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 200 milliseconds