Searched refs:sSysPath (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 1374 rtl::OString sSysPath("~/tmp"); in TEST_F() local 1380 checkWNTBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_None, "~/tmp"); in TEST_F() 1384 rtl::OString sSysPath("c:/tmp"); in TEST_F() local 1390 rtl::OString sSysPath("file:///temp"); in TEST_F() local 1391 checkUNXBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in TEST_F() 1392 checkWNTBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in TEST_F() 1396 rtl::OString sSysPath("//tmp//first start"); in TEST_F() local 1398 checkWNTBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in TEST_F() 1402 rtl::OString sSysPath(""); in TEST_F() local 1403 checkUNXBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in TEST_F() [all …]
|
Completed in 199 milliseconds