HomeSort by relevance Sort by last modified time
    Searched full:curpath (Results 1 - 10 of 10) sorted by null

  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 275 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/framework/common/
tcuCommandLine.cpp 307 const char* curPath = path;
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/deqp/scripts/
run_internal_tests.py 37 curPath = os.getcwd()
41 os.chdir(curPath)
build_android_mustpass.py 236 curPath = prefix + curNode.name
238 caseMap[curPath] = curNode
241 recursiveBuild(child, curPath + '.')
  /external/clang/lib/Sema/
SemaAccess.cpp 605 SmallVector<const CXXRecordDecl*, 20> CurPath;
618 assert(I < CurPath.size());
619 for (unsigned E = CurPath.size(); I != E; ++I) {
620 switch (GetFriendKind(S, EC, CurPath[I])) {
650 BasePrivateDepth = CurPath.size() - 1;
667 CurPath.push_back(RD);
670 CurPath.pop_back();
677 assert(CurPath.empty());
678 CurPath.push_back(Cur);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 443 SmallString<128> CurPath;
444 if (sys::fs::current_path(CurPath)) return FName;
445 sys::path::append(CurPath, FName);
446 return CurPath.str();
    [all...]
  /external/llvm/lib/Support/Windows/
Path.inc 94 SmallString<80> CurPath;
95 if (std::error_code EC = llvm::sys::fs::current_path(CurPath))
97 FullPath.append(CurPath);
  /external/icu/icu4c/source/common/
putil.cpp 919 char curpath[MAX_PATH_SIZE]; local
930 uprv_memset(curpath, 0, MAX_PATH_SIZE);
931 uprv_strcpy(curpath, path);
939 uprv_strcpy(newpath, curpath);
    [all...]
  /frameworks/base/services/core/java/com/android/server/hdmi/
HdmiCecLocalDeviceTv.java 677 int curPath = (path >> i) & 0xF;
678 if (curPath != curActivePath) {
    [all...]
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 389 milliseconds