Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for FileSource (0.04 seconds)

  1. okhttp/src/commonJvmAndroid/kotlin/okhttp3/internal/cache/DiskLruCache.kt

            }
            return null
          }
        }
    
        private fun newSource(index: Int): Source {
          val fileSource = fileSystem.source(cleanFiles[index])
          if (civilizedFileSystem) return fileSource
    
          lockingSourceCount++
          return object : ForwardingSource(fileSource) {
            private var closed = false
    
            override fun close() {
              super.close()
              if (!closed) {
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Jan 27 09:00:39 GMT 2026
    - 34.7K bytes
    - Click Count (0)
Back to Top