Home
last modified time | relevance | path

Searched defs:getFileSize (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/av/drm/mediadrm/plugins/clearkey/hidl/include/
H A DMemoryFileSystem.h34 size_t getFileSize() const { return fileSize; } in getFileSize() function
/aosp12/frameworks/base/tests/BlobStoreTestUtils/src/com/android/utils/blob/
H A DFakeBlobData.java88 public long getFileSize() { in getFileSize() method in FakeBlobData.Builder
137 public long getFileSize() throws Exception { in getFileSize() method in FakeBlobData
/aosp12/packages/inputmethods/LatinIME/native/jni/src/dictionary/utils/
H A Dfile_utils.cpp31 /* static */ int FileUtils::getFileSize(const char *const filePath) { in getFileSize() function in latinime::FileUtils
/aosp12/packages/services/Mtp/src/com/android/mtp/
H A DMtpDocumentsProvider.java717 private long getFileSize(String documentId) throws FileNotFoundException { in getFileSize() method in MtpDocumentsProvider