Home
last modified time | relevance | path

Searched refs:rootPath (Results 1 – 3 of 3) sorted by relevance

/external/qemu/android/utils/
Ddirscanner.c150 dirScanner_new ( const char* rootPath ) in dirScanner_new() argument
156 p = bufprint(p, end, "%s", rootPath); in dirScanner_new()
Ddirscanner.h23 DirScanner* dirScanner_new ( const char* rootPath );
/external/webkit/WebKitTools/DumpRenderTree/win/
DLayoutTestControllerWin.cpp529 WCHAR rootPath[MAX_PATH]; in resolveCygwinPath() local
530 DWORD rootPathSize = _countof(rootPath); in resolveCygwinPath()
532 …ARE\\Cygnus Solutions\\Cygwin\\mounts v2\\/"), TEXT("native"), &keyType, &rootPath, &rootPathSize); in resolveCygwinPath()
537 windowsPath = wstring(rootPath, rootPathSize); in resolveCygwinPath()