Searched refs:curPath (Results 1 – 7 of 7) sorted by relevance
69 function parseAndReplaceRequire(code, curPath) { argument70 curPath = curPath || '.'76 subModulePath = resolveRequire(path.resolve(cwd, curPath, $1), '.')
275 FilePath curPath (path); in createDirectoryAndParents() local277 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()
79 for (var curPath in domainIndex) {80 var pathIndex = domainIndex[curPath];
361 const char* curPath = path; in findNode() local362 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()
37 curPath = os.getcwd()41 os.chdir(curPath)
289 curPath = prefix + curNode.name291 caseMap[curPath] = curNode294 recursiveBuild(child, curPath + '.')
486 const curPath = paths[i];487 if (curPath && stat(curPath) < 1) continue;490 const exportsResolved = resolveExports(curPath, request);495 const basePath = path.resolve(curPath, request);