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

/external/deqp/framework/delibs/decpp/
H A DdeFilePath.cpp275 FilePath curPath (path);
277 if (curPath.exists())
280 while (!curPath.exists())
282 createPaths.push_back(curPath.getPath());
284 std::string parent = curPath.getDirName();
285 DE_CHECK_RUNTIME_ERR(parent != curPath.getPath());
286 curPath = FilePath(parent);
/external/deqp/scripts/
H A Drun_internal_tests.py37 curPath = os.getcwd()
41 os.chdir(curPath)
H A Dbuild_android_mustpass.py236 curPath = prefix + curNode.name
238 caseMap[curPath] = curNode
241 recursiveBuild(child, curPath + '.')
/external/deqp/framework/common/
H A DtcuCommandLine.cpp307 const char* curPath = path; local
308 int curLen = getCurrentComponentLen(curPath);
312 curNode = curNode->getChild(std::string(curPath, curPath+curLen));
317 curPath += curLen;
319 if (curPath[0] == 0)
323 DE_ASSERT(curPath[0] == '.');
324 curPath += 1;
325 curLen = getCurrentComponentLen(curPath);
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 279 milliseconds