Searched refs:getFileSize (Results 1 - 25 of 30) sorted by relevance

12

/external/webkit/Source/WebCore/fileapi/
H A DFile.cpp88 if (!getFileSize(m_path, size))
97 // FIXME: Combine getFileSize and getFileModificationTime into one file system call.
99 if (!getFileSize(m_path, snapshotSize) || !getFileModificationTime(m_path, modificationTime)) {
/external/webkit/Source/WebCore/platform/chromium/
H A DFileSystemChromium.cpp50 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
52 return PlatformBridge::getFileSize(path, result);
H A DPlatformBridge.h133 static bool getFileSize(const String&, long long& result);
/external/dexmaker/src/dx/java/com/android/dx/dex/file/
H A DHeaderItem.java71 Hex.u4(file.getFileSize()));
87 out.writeInt(file.getFileSize());
H A DDexFile.java247 /*package*/ int getFileSize() { method in class:DexFile
/external/webkit/Source/WebCore/platform/
H A DFileStream.cpp76 if (!getFileSize(path, length))
H A DFileSystem.h165 bool getFileSize(const String&, long long& result);
/external/webkit/Source/WebCore/platform/brew/
H A DSharedBufferBrew.cpp47 if (!fileExists(filePath) || !getFileSize(filePath, fileSize))
H A DFileSystemBrew.cpp47 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/sql/
H A DSQLiteFileSystem.cpp124 return getFileSize(fileName, size) ? size : 0;
/external/webkit/Source/WebKit/chromium/public/
H A DWebFileUtilities.h55 virtual bool getFileSize(const WebString& path, long long& result) { return false; } function in class:WebKit::WebFileUtilities
/external/chromium/webkit/glue/
H A Dwebfileutilities_impl.h23 virtual bool getFileSize(const WebKit::WebString& path, long long& result);
H A Dwebfileutilities_impl.cc46 bool WebFileUtilitiesImpl::getFileSize(const WebString& path, function in class:webkit_glue::WebFileUtilitiesImpl
/external/smali/dexlib/src/main/java/org/jf/dexlib/
H A DHeaderItem.java149 out.annotate("file_size: 0x" + Integer.toHexString(dexFile.getFileSize()) + " (" + dexFile.getFileSize() +
151 out.writeInt(dexFile.getFileSize());
H A DDexFile.java565 public int getFileSize() { method in class:DexFile
/external/webkit/Source/WebCore/platform/qt/
H A DFileSystemQt.cpp62 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wx/
H A DFileSystemWx.cpp67 bool getFileSize(const String& path, long long& resultSize) function in namespace:WebCore
71 // TODO: why is FileSystem::getFileSize signed?
/external/webkit/Source/WebCore/platform/gtk/
H A DFileSystemGtk.cpp112 bool getFileSize(const String& path, long long& resultSize) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/posix/
H A DFileSystemPOSIX.cpp151 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/win/
H A DFileSystemWin.cpp53 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
/external/webkit/Source/WebCore/platform/wince/
H A DFileSystemWinCE.cpp71 bool getFileSize(const String& path, long long& result) function in namespace:WebCore
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheStorage.cpp397 if (!getFileSize(m_cacheFile, fileSize))
1088 getFileSize(path, size);
1464 if (!getFileSize(fullPath, pathSize))
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.ecf.filetransfer_4.0.0.v20100529-0735.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/webkit/Source/WebCore/platform/network/mac/
H A DFormDataStreamMac.mm462 if (getFileSize(element.m_shouldGenerateFile ? element.m_generatedFilename : element.m_filename, fileSize))
/external/webkit/Source/WebKit/chromium/src/
H A DPlatformBridge.cpp349 bool PlatformBridge::getFileSize(const String& path, long long& result) function in class:WebCore::PlatformBridge
351 return webKitClient()->fileUtilities()->getFileSize(path, result);

Completed in 400 milliseconds

12