Home
last modified time | relevance | path

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

/aoo4110/main/sal/qa/osl/file/
H A Dosl_File.cxx1486 rtl::OString sSysPath("~/tmp"); in getFileURLFromSystemPath_001() local
1492 checkWNTBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_None, "~/tmp"); in getFileURLFromSystemPath_001()
1496 rtl::OString sSysPath("c:/tmp"); in getFileURLFromSystemPath_002() local
1502 rtl::OString sSysPath("file:///temp"); in getFileURLFromSystemPath_003() local
1503 checkUNXBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in getFileURLFromSystemPath_003()
1504 checkWNTBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in getFileURLFromSystemPath_003()
1508 rtl::OString sSysPath("//tmp//first start"); in getFileURLFromSystemPath_004() local
1510 checkWNTBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in getFileURLFromSystemPath_004()
1514 rtl::OString sSysPath(""); in getFileURLFromSystemPath_005() local
1515 checkUNXBehaviour_getFileURLFromSystemPath(sSysPath, osl::FileBase::E_INVAL, ""); in getFileURLFromSystemPath_005()
[all …]

Completed in 39 milliseconds