Home
last modified time | relevance | path

Searched refs:nodePath (Results 1 - 5 of 5) sorted by relevance

/third_party/vk-gl-cts/framework/common/
H A DtcuTestHierarchyIterator.cpp153 string nodePath; in buildNodePath() local
158 nodePath += "."; in buildNodePath()
159 nodePath += iter.node->getName(); in buildNodePath()
161 return nodePath; in buildNodePath()
176 const std::string nodePath = buildNodePath(m_sessionStack); in next() local
179 if (!(isLeaf ? (m_caseListFilter.checkRunnerType(node->getRunnerType()) && m_caseListFilter.checkTestCaseName(nodePath.c_str())) in next()
180 : m_caseListFilter.checkTestGroupName(nodePath.c_str()))) in next()
186 m_nodePath = nodePath; in next()
/third_party/node/tools/
H A Dtest-npm-package.js29 const nodePath = path.dirname(process.execPath);
66 npmOptions.env.Path = `${nodePath};${process.env.Path}`;
69 npmOptions.env.PATH = `${nodePath}:${process.env.PATH}`;
/third_party/node/test/parallel/
H A Dtest-child-process-fork-exec-path.js35 const nodePath = process.execPath;
51 fs.copyFileSync(nodePath, copyPath, fs.constants.COPYFILE_FICLONE);
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js1519 const nodePath = isWindows ? process.env.NODE_PATH : safeGetenv('NODE_PATH');
1534 if (nodePath) {
1536 StringPrototypeSplit(nodePath, path.delimiter),
/third_party/node/test/fixtures/postject-copy/node_modules/postject/dist/
H A Dapi.js50 var fs2, nodePath;
53 nodePath = require("path");
60 filename = nodePath["normalize"](filename);
75 filename = nodePath["normalize"](filename);
[all...]

Completed in 15 milliseconds