Searched refs:E_INVAL (Results 1 – 13 of 13) sorted by relevance
/aoo42x/main/sal/qa/osl/file/ |
H A D | osl_File.cxx | 78 case ::osl::FileBase::E_INVAL: in errorToString() 890 ASSERT_TRUE(( ::osl::FileBase::E_INVAL == nError )) << suError; in TEST_F() 1181 checkUNXBehaviour_getSystemPathFromFileURL(sURL, osl::FileBase::E_INVAL, ""); in TEST_F() 1182 checkWNTBehaviour_getSystemPathFromFileURL(sURL, osl::FileBase::E_INVAL, ""); in TEST_F() 1188 checkUNXBehaviour_getSystemPathFromFileURL(sURL, osl::FileBase::E_INVAL, ""); in TEST_F() 1196 checkWNTBehaviour_getSystemPathFromFileURL(sURL, osl::FileBase::E_INVAL, ""); in TEST_F() 1201 checkUNXBehaviour_getSystemPathFromFileURL(sURL, osl::FileBase::E_INVAL, ""); in TEST_F() 1202 checkWNTBehaviour_getSystemPathFromFileURL(sURL, osl::FileBase::E_INVAL, ""); in TEST_F() 1220 checkWNTBehaviour_getSystemPathFromFileURL(sURL, osl::FileBase::E_INVAL, ""); in TEST_F() 1226 checkWNTBehaviour_getSystemPathFromFileURL(sURL, osl::FileBase::E_INVAL, ""); in TEST_F() [all …]
|
/aoo42x/main/ucb/source/ucp/file/ |
H A D | filglob.cxx | 351 case FileBase::E_INVAL: in throw_handler() 401 case FileBase::E_INVAL: in throw_handler() 485 case FileBase::E_INVAL: in throw_handler() 556 case FileBase::E_INVAL: in throw_handler() 700 case FileBase::E_INVAL: // the format of the parameters was not valid in throw_handler() 752 case FileBase::E_INVAL: // the format of the parameters was not valid in throw_handler() 882 case FileBase::E_INVAL: // the format of the parameters was not valid in throw_handler()
|
H A D | filrec.cxx | 96 || nRes == ::osl::FileBase::E_INVAL ) in setPos() 135 || nRes == ::osl::FileBase::E_INVAL ) in setSize() 159 || nRes == ::osl::FileBase::E_INVAL ) in getSize()
|
H A D | shell.cxx | 986 case osl::FileBase::E_INVAL: in setv() 1709 case osl::FileBase::E_INVAL: in mkdir() 2514 osl::FileBase::RC result = osl::FileBase::E_INVAL; in getv()
|
H A D | filrset.cxx | 298 if( err == osl::FileBase::E_NOENT || err == osl::FileBase::E_INVAL ) in OneMore()
|
/aoo42x/main/soltools/testSHL/util/ |
H A D | tlog.cxx | 58 return ( ::osl::FileBase::E_INVAL ); in open() 66 return ( ::osl::FileBase::E_INVAL ); in close()
|
/aoo42x/main/filter/source/flash/ |
H A D | swffilter.cxx | 106 case osl::File::E_INVAL: // the format of the parameters was not valid in writeBytes() 137 case osl::File::E_INVAL: // the format of the parameters was not valid in closeOutput()
|
/aoo42x/main/desktop/source/app/ |
H A D | userinstall.cxx | 214 err = FileBase::E_INVAL; in copy_recursive()
|
/aoo42x/main/sal/osl/unx/ |
H A D | file_url.cxx | 791 if ((FileBase::E_None != rc) && (FileBase::E_INVAL == rc)) in osl_searchFileURL()
|
/aoo42x/main/sal/inc/osl/ |
H A D | file.hxx | 78 E_INVAL = osl_File_E_INVAL, enumerator
|
/aoo42x/main/unotools/source/config/ |
H A D | bootstrap.cxx | 203 case DirectoryItem::E_INVAL: // the format of the parameters was not valid<br> in implCheckStatusOfURL()
|
/aoo42x/main/sal/osl/os2/ |
H A D | file_url.cxx | 1575 if ((FileBase::E_None != rc) && (FileBase::E_INVAL == rc)) in osl_searchFileURL()
|
/aoo42x/main/sal/workben/ |
H A D | testfile.cxx | 2600 case FileBase::E_INVAL: in print_error()
|
Completed in 150 milliseconds