OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getMaxFileSize
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/media/java/android/mtp/
MtpStorage.java
43
mMaxFileSize = volume.
getMaxFileSize
();
109
public long
getMaxFileSize
() {
/frameworks/base/media/mtp/
MtpStorage.h
54
inline uint64_t
getMaxFileSize
() const { return mMaxFileSize; }
MtpServer.cpp
872
uint64_t maxFileSize = storage->
getMaxFileSize
();
[
all
...]
/frameworks/base/core/java/android/os/storage/
StorageVolume.java
155
public long
getMaxFileSize
() {
Completed in 79 milliseconds