Home
last modified time | relevance | path

Searched refs:curPath (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeFilePath.cpp275 FilePath curPath (path); in createDirectoryAndParents()
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/vk-gl-cts/scripts/
H A Drun_internal_tests.py37 curPath = os.getcwd()
41 os.chdir(curPath)
/third_party/vk-gl-cts/framework/common/
H A DtcuCommandLine.cpp479 const char* curPath = path; in findNode() local
480 int curLen = getCurrentComponentLen(curPath); in findNode()
484 test_case_hash_t hash = hashTestNodeName(std::string(curPath, curPath + curLen), nullptr); in findNode()
490 curPath += curLen; in findNode()
492 if (curPath[0] == 0) in findNode()
496 DE_ASSERT(curPath[0] == '.'); in findNode()
497 curPath += 1; in findNode()
498 curLen = getCurrentComponentLen(curPath); in findNode()
/third_party/node/lib/internal/modules/cjs/
H A Dloader.js658 const curPath = paths[i];
659 if (insidePath && curPath && _stat(curPath) < 1) {
664 const exportsResolved = resolveExports(curPath, request);
670 const basePath = path.resolve(curPath, request);

Completed in 9 milliseconds