Home
last modified time | relevance | path

Searched refs:curPath (Results 1 – 7 of 7) sorted by relevance

/third_party/weex-loader/deps/weex-scripter/lib/
Drequire-parse.js69 function parseAndReplaceRequire(code, curPath) { argument
70 curPath = curPath || '.'
76 subModulePath = resolveRequire(path.resolve(cwd, curPath, $1), '.')
/third_party/vk-gl-cts/framework/delibs/decpp/
DdeFilePath.cpp275 FilePath curPath (path); in createDirectoryAndParents() local
277 if (curPath.exists()) in createDirectoryAndParents()
280 while (!curPath.exists()) in createDirectoryAndParents()
282 createPaths.push_back(curPath.getPath()); in createDirectoryAndParents()
284 std::string parent = curPath.getDirName(); in createDirectoryAndParents()
285 DE_CHECK_RUNTIME_ERR(parent != curPath.getPath()); in createDirectoryAndParents()
286 curPath = FilePath(parent); in createDirectoryAndParents()
/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dmemstore.js79 for (var curPath in domainIndex) {
80 var pathIndex = domainIndex[curPath];
/third_party/vk-gl-cts/framework/common/
DtcuCommandLine.cpp361 const char* curPath = path; in findNode() local
362 int curLen = getCurrentComponentLen(curPath); in findNode()
366 curNode = curNode->getChild(std::string(curPath, curPath+curLen)); in findNode()
371 curPath += curLen; in findNode()
373 if (curPath[0] == 0) in findNode()
377 DE_ASSERT(curPath[0] == '.'); in findNode()
378 curPath += 1; in findNode()
379 curLen = getCurrentComponentLen(curPath); in findNode()
/third_party/vk-gl-cts/scripts/
Drun_internal_tests.py37 curPath = os.getcwd()
41 os.chdir(curPath)
Dmustpass.py289 curPath = prefix + curNode.name
291 caseMap[curPath] = curNode
294 recursiveBuild(child, curPath + '.')
/third_party/node/lib/internal/modules/cjs/
Dloader.js486 const curPath = paths[i];
487 if (curPath && stat(curPath) < 1) continue;
490 const exportsResolved = resolveExports(curPath, request);
495 const basePath = path.resolve(curPath, request);