Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CyanogenMod/android_frameworks_base
/ length
Method
length
core/java/android/os/MemoryFile.java:135–137 ·
view source on GitHub ↗
Returns the length of the memory file. @return file length.
()
Source
from the content-addressed store, hash-verified
133
* @
return
file length.
134
*/
135
public
int
length() {
136
return
mLength;
137
}
138
139
/**
140
* Is memory file purging enabled?
Callers
15
testOutputStreamAdvances
Method · 0.95
getAndroidPuaFromVendorSpecificPua
Method · 0.45
getVendorSpecificPuaFromAndroidPua
Method · 0.45
getFilterableStringBuilder
Method · 0.45
addGesture
Method · 0.45
CursorWindow
Method · 0.45
printStats
Method · 0.45
copyStringToBuffer
Method · 0.45
deleteDatabaseFile
Method · 0.45
appendEscapedSQLString
Method · 0.45
getSqlStatementType
Method · 0.45
finalize
Method · 0.45
Calls
no outgoing calls
Tested by
1
testOutputStreamAdvances
Method · 0.76