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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DPathProfileVerifier.cpp122 ProfilePath* currentPath = nextPath->second; local
124 ProfilePathEdgeVector* pev = currentPath->getPathEdges();
125 DEBUG(dbgs () << "path #" << currentPath->getNumber() << ": "
126 << currentPath->getCount() << "\n");
128 if (currentPath->getFirstBlockInPath() == &F->getEntryBlock())
129 edgeArray[arrayMap[0][currentPath->getFirstBlockInPath()][0]]
130 += currentPath->getCount();
160 += currentPath->getCount();
/macosx-10.10.1/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DSourceCodeTreeElement.js148 var currentPath = ""; variable
153 currentPath += (i ? "/" : "") + componentName;
155 var cachedFolder = this._subpathFolderTreeElementMap[currentPath];
162 newFolder.__path = currentPath;
163 this._subpathFolderTreeElementMap[currentPath] = newFolder;
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Dudata.cpp506 const char *currentPath = NULL; local
515 currentPath = nextPath;
519 pathLen = (int32_t)uprv_strlen(currentPath);
522 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
525 pathLen = (int32_t)uprv_strlen(currentPath);
528 pathLen = (int32_t)(nextPath - currentPath);
539 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath);
551 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCNetworkSet.c973 CFStringRef currentPath; local
983 currentPath = SCPreferencesGetValue(setPrivate->prefs, kSCPrefCurrentSet);
985 if (!isA_CFString(currentPath) || !CFEqual(currentPath, path)) {

Completed in 219 milliseconds