Searched refs:getFileSize (Results 1 – 14 of 14) sorted by relevance
756 public static long getFileSize(String filePath){ in getFileSize() method in FileUtil757 return getFileSize(new File(filePath)); in getFileSize()765 public static long getFileSize(File file){ in getFileSize() method in FileUtil775 size += getFileSize(f); in getFileSize()
189 nFileSize = aStatus.getFileSize(); in GetFileSize()
188 uBytesRequested=aStatus.getFileSize(); in Initialize()1115 filesize=rStatus.getFileSize(); in FileSizeTest()1858 FileSize=pStatus->getFileSize(); in FileStatusTest()
473 sal_uInt32 nBytes = (sal_uInt32)fs.getFileSize(); in LicenseDialog()
127 sal_uInt32 nBytes = (sal_uInt32)aStatus.getFileSize(); in lcl_readTxtFile()
853 inline sal_uInt64 getFileSize() const in getFileSize() function in osl::FileStatus
3160 class getFileSize : public ::testing::Test class3184 TEST_F(getFileSize, getFileSize_001 ) in TEST_F() argument3190 sal_uInt64 uFileSize = rFileStatus.getFileSize( ); in TEST_F()3195 TEST_F(getFileSize, getFileSize_002 ) in TEST_F() argument3208 sal_uInt64 uFileSize = rFileStatus.getFileSize( ); in TEST_F()
1069 sal_uInt64 ret, len = aFileStatus.getFileSize(); in compileExtensionHelp()
2311 dirSize = aFileStatus.getFileSize(); in commit()2332 dirSize = aFileStatus2.getFileSize(); in commit()
META-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/openoffice/test/ org/openoffice/test/common/ ...
781 configData.vFileLen.push_back( aFileStatus.getFileSize() ); in init()
819 sal_Int64 nFileSize = aFileStatus.getFileSize(); in initialize()
1228 m_nCustomCSSDocLength = int( aStatus.getFileSize() ); in cascadingStylesheet()
936 nLen = (sal_Int32)aFileStatus.getFileSize(); in RTLFUNC()
Completed in 195 milliseconds