Home
last modified time | relevance | path

Searched refs:windowsPath (Results 1 – 2 of 2) sorted by relevance

/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/util/
DUtilTest.java25 final String windowsPath = "C:\\Documents and Settings\\davris\\FileSchemeURIs.doc"; in urlShouldReturnCorrectURLForWindowsLocal() local
26 assertThat(Util.url(windowsPath)) in urlShouldReturnCorrectURLForWindowsLocal()
/external/icu/icu4c/source/common/
Dputil.cpp1333 wchar_t windowsPath[MAX_PATH]; in getIcuDataDirectoryUnderWindowsDirectory() local
1336 UINT length = GetSystemWindowsDirectoryW(windowsPath, UPRV_LENGTHOF(windowsPath)); in getIcuDataDirectoryUnderWindowsDirectory()
1337 if ((length > 0) && (length < (UPRV_LENGTHOF(windowsPath) - 1))) { in getIcuDataDirectoryUnderWindowsDirectory()
1342 &windowsPathUtf8Len, reinterpret_cast<const UChar*>(windowsPath), -1, &status); in getIcuDataDirectoryUnderWindowsDirectory()