Searched refs:currentPath (Results 1 - 8 of 8) 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/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/plugins/win/
H A DPluginPackageWin.cpp243 WCHAR currentPath[MAX_PATH];
245 if (!::GetCurrentDirectoryW(MAX_PATH, currentPath))
256 if (!::SetCurrentDirectoryW(currentPath)) {
/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.cpp495 const char *currentPath = NULL; local
504 currentPath = nextPath;
508 pathLen = (int32_t)uprv_strlen(currentPath);
511 nextPath = uprv_strchr(currentPath, U_PATH_SEP_CHAR);
514 pathLen = (int32_t)uprv_strlen(currentPath);
517 pathLen = (int32_t)(nextPath - currentPath);
528 fprintf(stderr, "rest of path (IDD) = %s\n", currentPath);
540 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/webkit/Source/WebKit/qt/tests/qwebpage/
H A Dtst_qwebpage.cpp556 QString path = QDir::currentPath();
910 QDir dir(QDir::currentPath());
918 view1.page()->settings()->setLocalStoragePath(QDir::toNativeSeparators(QDir::currentPath() + "/path1"));
921 view2.page()->settings()->setLocalStoragePath(QDir::toNativeSeparators(QDir::currentPath() + "/path2"));
944 QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path1/http_www.myexample.com_0.localstorage"));
945 QFile::remove(QDir::toNativeSeparators(QDir::currentPath() + "/path2/http_www.myexample.com_0.localstorage"));

Completed in 158 milliseconds