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

  /external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 653 cacheFullPath = os.path.join(self.cache, self.safe(key))
655 f = file(cacheFullPath, "rb")
663 cacheFullPath = os.path.join(self.cache, self.safe(key))
664 f = file(cacheFullPath, "wb")
669 cacheFullPath = os.path.join(self.cache, self.safe(key))
670 if os.path.exists(cacheFullPath):
671 os.remove(cacheFullPath)
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
__init__.py 653 cacheFullPath = os.path.join(self.cache, self.safe(key))
655 f = file(cacheFullPath, "rb")
663 cacheFullPath = os.path.join(self.cache, self.safe(key))
664 f = file(cacheFullPath, "wb")
669 cacheFullPath = os.path.join(self.cache, self.safe(key))
670 if os.path.exists(cacheFullPath):
671 os.remove(cacheFullPath)
    [all...]

Completed in 217 milliseconds