Lines Matching refs:FileBase

81         if (osl::FileBase::getSystemPathFromFileURL(  in generateErrorArguments()
84 == osl::FileBase::E_None) in generateErrorArguments()
92 osl::FileBase::E_None) in generateErrorArguments()
95 if (aItem.getFileStatus(aStatus) == osl::FileBase::E_None) in generateErrorArguments()
115 osl::FileBase::E_None ) in generateErrorArguments()
231 osl::FileBase::RC osl_File_copy( const rtl::OUString& strPath, in osl_File_copy()
238 if( osl::DirectoryItem::get( strDestPath,aItem ) != osl::FileBase:: E_NOENT ) in osl_File_copy()
239 return osl::FileBase::E_EXIST; in osl_File_copy()
246 osl::FileBase::RC osl_File_move( const rtl::OUString& strPath, in osl_File_move()
253 if( osl::DirectoryItem::get( strDestPath,aItem ) != osl::FileBase:: E_NOENT ) in osl_File_move()
254 return osl::FileBase::E_EXIST; in osl_File_move()
318 case FileBase::E_NAMETOOLONG: in throw_handler()
322 case FileBase::E_NXIO: in throw_handler()
324 case FileBase::E_NODEV: in throw_handler()
328 case FileBase::E_NOENT: in throw_handler()
332 case FileBase::E_ROFS: in throw_handler()
334 case FileBase::E_ACCES: in throw_handler()
338 case FileBase::E_ISDIR: in throw_handler()
342 case FileBase::E_NOTREADY: in throw_handler()
345 case FileBase::E_MFILE: in throw_handler()
347 case FileBase::E_NFILE: in throw_handler()
351 case FileBase::E_INVAL: in throw_handler()
355 case FileBase::E_NOMEM: in throw_handler()
359 case FileBase::E_BUSY: in throw_handler()
363 case FileBase::E_AGAIN: in throw_handler()
367 case FileBase::E_NOLCK: // No record locks available in throw_handler()
371 case FileBase::E_LOCKED: // file is locked by another user in throw_handler()
375 case FileBase::E_FAULT: // Bad address in throw_handler()
376 case FileBase::E_LOOP: // Too many symbolic links encountered in throw_handler()
377 case FileBase::E_NOSPC: // No space left on device in throw_handler()
378 case FileBase::E_INTR: // function call was interrupted in throw_handler()
379 case FileBase::E_IO: // I/O error in throw_handler()
380 case FileBase::E_MULTIHOP: // Multihop attempted in throw_handler()
381 case FileBase::E_NOLINK: // Link has been severed in throw_handler()
401 case FileBase::E_INVAL: in throw_handler()
405 case FileBase::E_NOENT: in throw_handler()
409 case FileBase::E_NOTDIR: in throw_handler()
413 case FileBase::E_NOMEM: in throw_handler()
417 case FileBase::E_ROFS: in throw_handler()
419 case FileBase::E_ACCES: // permission denied in throw_handler()
422 case FileBase::E_NOTREADY: in throw_handler()
425 case FileBase::E_MFILE: in throw_handler()
427 case FileBase::E_NFILE: in throw_handler()
431 case FileBase::E_NAMETOOLONG: in throw_handler()
435 case FileBase::E_LOOP: in throw_handler()
485 case FileBase::E_INVAL: in throw_handler()
489 case FileBase::E_FBIG: in throw_handler()
493 case FileBase::E_NOSPC: in throw_handler()
497 case FileBase::E_NXIO: in throw_handler()
501 case FileBase::E_NOLINK: in throw_handler()
503 case FileBase::E_ISDIR: in throw_handler()
507 case FileBase::E_AGAIN: in throw_handler()
511 case FileBase::E_TIMEDOUT: in throw_handler()
514 case FileBase::E_NOLCK: // No record locks available in throw_handler()
517 case FileBase::E_IO: // I/O error in throw_handler()
518 case FileBase::E_BADF: // Bad file in throw_handler()
519 case FileBase::E_FAULT: // Bad address in throw_handler()
520 case FileBase::E_INTR: // function call was interrupted in throw_handler()
556 case FileBase::E_INVAL: in throw_handler()
558 case FileBase::E_OVERFLOW: in throw_handler()
671 case FileBase::E_ACCES: in throw_handler()
674 case FileBase::E_ROFS: in throw_handler()
677 case FileBase::E_NAMETOOLONG: in throw_handler()
700 case FileBase::E_INVAL: // the format of the parameters was not valid in throw_handler()
703 case FileBase::E_NOMEM: // not enough memory for allocating structures in throw_handler()
706 case FileBase::E_ROFS: // #i4735# handle ROFS transparently as ACCESS_DENIED in throw_handler()
707 case FileBase::E_ACCES: // permission denied in throw_handler()
710 case FileBase::E_MFILE: // too many open files used by the process in throw_handler()
711 case FileBase::E_NFILE: // too many open files in the system in throw_handler()
714 case FileBase::E_NOLINK: // Link has been severed in throw_handler()
715 case FileBase::E_NOENT: // No such file or directory in throw_handler()
718 case FileBase::E_NAMETOOLONG: // File name too long in throw_handler()
721 … case FileBase::E_NOTDIR: // A component of the path prefix of path is not a directory in throw_handler()
724 case FileBase::E_LOOP: // Too many symbolic links encountered in throw_handler()
725 case FileBase::E_IO: // I/O error in throw_handler()
726 case FileBase::E_MULTIHOP: // Multihop attempted in throw_handler()
727 case FileBase::E_FAULT: // Bad address in throw_handler()
728 case FileBase::E_INTR: // function call was interrupted in throw_handler()
729 case FileBase::E_NOSYS: // Function not implemented in throw_handler()
730 case FileBase::E_NOSPC: // No space left on device in throw_handler()
731 case FileBase::E_NXIO: // No such device or address in throw_handler()
732 case FileBase::E_OVERFLOW: // Value too large for defined data type in throw_handler()
733 case FileBase::E_BADF: // Invalid oslDirectoryItem parameter in throw_handler()
752 case FileBase::E_INVAL: // the format of the parameters was not valid in throw_handler()
755 case FileBase::E_NOMEM: // not enough memory for allocating structures in throw_handler()
758 case FileBase::E_ACCES: // Permission denied in throw_handler()
761 case FileBase::E_PERM: // Operation not permitted in throw_handler()
764 case FileBase::E_NAMETOOLONG: // File name too long in throw_handler()
767 case FileBase::E_NOLINK: // Link has been severed in throw_handler()
768 case FileBase::E_NOENT: // No such file or directory in throw_handler()
771 case FileBase::E_ISDIR: // Is a directory in throw_handler()
772 case FileBase::E_ROFS: // Read-only file system in throw_handler()
775 case FileBase::E_BUSY: // Device or resource busy in throw_handler()
778 case FileBase::E_FAULT: // Bad address in throw_handler()
779 case FileBase::E_LOOP: // Too many symbolic links encountered in throw_handler()
780 case FileBase::E_IO: // I/O error in throw_handler()
781 case FileBase::E_INTR: // function call was interrupted in throw_handler()
782 case FileBase::E_MULTIHOP: // Multihop attempted in throw_handler()
808 case FileBase::E_NOENT: // No such file or directory in throw_handler()
879 case FileBase::E_EXIST: in throw_handler()
882 case FileBase::E_INVAL: // the format of the parameters was not valid in throw_handler()
885 case FileBase::E_NOMEM: // not enough memory for allocating structures in throw_handler()
888 case FileBase::E_ACCES: // Permission denied in throw_handler()
891 case FileBase::E_PERM: // Operation not permitted in throw_handler()
894 case FileBase::E_NAMETOOLONG: // File name too long in throw_handler()
897 case FileBase::E_NOENT: // No such file or directory in throw_handler()
902 case FileBase::E_ROFS: // Read-only file system<p> in throw_handler()