Searched refs:rootPath (Results 1 – 3 of 3) sorted by relevance
150 dirScanner_new ( const char* rootPath ) in dirScanner_new() argument156 p = bufprint(p, end, "%s", rootPath); in dirScanner_new()
23 DirScanner* dirScanner_new ( const char* rootPath );
529 WCHAR rootPath[MAX_PATH]; in resolveCygwinPath() local530 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()