Home
last modified time | relevance | path

Searched refs:getSessionFile (Results 1 – 4 of 4) sorted by relevance

/aosp12/frameworks/base/apex/blobstore/service/java/com/android/server/blob/
H A DBlobStoreSession.java204 final long lastModifiedTimeMs = getSessionFile().lastModified(); in isExpired()
247 final File sessionFile = getSessionFile(); in openWriteInternal()
308 final File sessionFile = getSessionFile(); in openReadInternal()
322 return getSessionFile().length(); in getSize()
453 "computeBlobDigest-i" + mSessionId + "-l" + getSessionFile().length()); in computeDigest()
454 mDataDigest = FileUtils.digest(getSessionFile(), mBlobHandle.algorithm); in computeDigest()
484 getSessionFile().delete(); in destroy()
509 File getSessionFile() { in getSessionFile() method in BlobStoreSession
H A DBlobStoreManagerService.java845 session.getSessionFile().delete(); in readBlobSessionsLocked()
/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/blob/
H A DBlobStoreManagerServiceTest.java369 doReturn(sessionFile).when(session).getSessionFile(); in createBlobStoreSessionMock()
/aosp12/frameworks/base/services/
H A Dart-profile14654 PLcom/android/server/blob/BlobStoreSession;->getSessionFile()Ljava/io/File;