HomeSort by relevance Sort by last modified time
    Searched refs:CacheFile (Results 1 - 4 of 4) sorted by null

  /external/conscrypt/common/src/main/java/org/conscrypt/
FileClientSessionCache.java 275 Set<CacheFile> diskOnly = new TreeSet<CacheFile>();
279 diskOnly.add(new CacheFile(directory, name));
287 for (CacheFile cacheFile : diskOnly) {
288 newOrder.put(cacheFile.name, cacheFile);
346 static class CacheFile extends File {
349 CacheFile(File dir, String name) {
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
GenMake.py 756 for CacheFile in self.FileCache[F]:
757 FullPathDependList.append(CacheFile)
758 if CacheFile not in DependencySet:
759 FileStack.append(CacheFile)
    [all...]
  /frameworks/base/
compiled-classes-phone     [all...]
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 512 milliseconds