Home
last modified time | relevance | path

Searched refs:resolvedPath (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/
H A Dmisc_realpath_test.cpp78 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 Drequire-parse.js27 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 Dpath.js623 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 Dbench-realpath.js20 resolvedPath(n);
33 function resolvedPath(n) { function
/third_party/node/deps/npm/node_modules/npm-package-arg/lib/
H A Dnpa.js279 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 Dsource_helpers.js159 const resolvedPath = _findDependentCodePath(
161 if (!resolvedPath) {
166 if (exceptions.isTestSkippedAbs(resolvedPath)) {
172 dependencies.push(resolvedPath);
/third_party/musl/Benchmark/musl/
H A Dlibc_stdlib.cpp258 char resolvedPath[bufferLen];
260 benchmark::DoNotOptimize(realpath(path, resolvedPath));
/third_party/node/deps/undici/src/lib/mock/
H A Dmock-utils.js130 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 Dresolve.js477 const resolvedPath = resolved.pathname;
480 if (!StringPrototypeStartsWith(resolvedPath, packagePath)) {
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtsserver.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 200 milliseconds