Lines Matching refs:lString32

359 inline LVStream & operator << (LVStream & stream, const lString32 & str)
422 lString32 m_fname;
423 lString32 m_filename;
424 lString32 m_path;
534 lString32 m_name;
558 void SetItemInfo( lString32 fname, lvsize_t size, lUInt32 flags, bool isContainer = false )
577 lString32 m_fname;
578 lString32 m_filename;
579 lString32 m_path;
659 virtual const LVContainerItemInfo * GetObjectInfo(lString32 name) in GetObjectInfo()
810 LVStreamRef LVCreateMemoryStream( lString32 filename );
814 LVStreamRef LVCreateStringStream( lString32 data );
820 LVContainerRef LVOpenDirectory(const lString32& path, const char32_t * mask = U"*.*" );
824 bool LVDirectoryIsEmpty(const lString32& path);
827 bool LVCreateDirectory( lString32 path );
829 bool LVDeleteFile( lString32 filename );
833 bool LVDeleteDirectory( lString32 filename );
837 bool LVRenameFile(lString32 oldname, lString32 newname);
852 lString32 LVExtractPath( lString32 pathName, bool appendEmptyPath=true );
856 lString32 LVExtractFirstPathElement( lString32 & pathName );
858 lString32 LVExtractLastPathElement( lString32 & pathName );
860 lString32 LVExtractFilename( lString32 pathName );
864 lString32 LVExtractFilenameWithoutExtension( lString32 pathName );
866 void LVAppendPathDelimiter( lString32 & pathName );
872 void LVRemoveLastPathDelimiter( lString32 & pathName );
874 void LVReplacePathSeparator( lString32 & pathName, lChar32 separator );
876 void LVRemovePathDelimiter( lString32 & pathName );
880 lChar32 LVDetectPathDelimiter( lString32 pathName );
884 bool LVIsAbsolutePath( lString32 pathName );
886 lString32 LVMakeRelativeFilename( lString32 basePath, lString32 pathName );
888 lString32 LVCombinePaths( lString32 basePath, lString32 newPath );
891 bool LVSplitArcName(lString32 fullPathName, lString32 & arcPathName, lString32 & arcItemPathName);
896 bool LVFileExists( const lString32 & pathName );
900 bool LVDirectoryExists( const lString32 & pathName );
904 bool LVDirectoryIsWritable(const lString32 & pathName);
910 virtual LVContainerRef openAssetContainer(lString32 path) = 0;
911 virtual LVStreamRef openAssetStream(lString32 path) = 0;