Searched defs:currentPath (Results 1 - 14 of 14) sorted by relevance

/external/webkit/Tools/WebKitTestRunner/InjectedBundle/qt/
H A DActivateFontsQt.cpp73 char currentPath[PATH_MAX+1]; local
74 if (!getcwd(currentPath, PATH_MAX))
76 QByteArray configFile = currentPath;
/external/guava/guava/src/com/google/common/collect/
H A DBstRangeOps.java139 GeneralRange<K> range, BstSide side, BstPathFactory<N, P> pathFactory, P currentPath) {
140 N tip = currentPath.getTip();
144 currentPath = pathFactory.extension(currentPath, side.other());
145 return furthestPath(range, side, pathFactory, currentPath);
150 P alphaPath = pathFactory.extension(currentPath, side);
156 return beyond(range, tipKey, side.other()) ? null : currentPath;
138 furthestPath( GeneralRange<K> range, BstSide side, BstPathFactory<N, P> pathFactory, P currentPath) argument
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/win/
H A DInjectedBundleWin.cpp66 WCHAR currentPath[MAX_PATH]; local
67 if (!::GetCurrentDirectoryW(MAX_PATH, currentPath))
79 if (!::SetCurrentDirectoryW(currentPath)) {
/external/llvm/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();
/external/webkit/Source/WebCore/wml/
H A DWMLPageState.cpp162 String currentPath = currentURL.path(); local
164 size_t index = currentPath.reverseFind('/');
166 m_accessPath = document->completeURL(currentPath.left(index + 1) + m_accessPath).path();
/external/icu4c/common/
H A Dudata.cpp519 const char *currentPath = NULL; local
528 currentPath = nextPath;
532 pathLen = (int32_t)uprv_strlen(currentPath);
535 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
538 pathLen = (int32_t)uprv_strlen(currentPath);
541 pathLen = (int32_t)(nextPath - currentPath);
552 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath);
564 pathBuffer.clear().append(currentPath, pathLen, *pErrorCode);
/external/webkit/Tools/DumpRenderTree/qt/
H A DDumpRenderTreeQt.cpp736 QDir currentDir = QDir::currentPath();
1176 char currentPath[PATH_MAX+1]; local
1177 if (!getcwd(currentPath, PATH_MAX))
1179 QByteArray configFile = currentPath;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-net.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jface_3.6.1.M20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 248 milliseconds