Home
last modified time | relevance | path

Searched defs:is_installed (Results 1 – 5 of 5) sorted by relevance

/external/cronet/components/nacl/renderer/
Dmanifest_downloader.cc21 bool is_installed, in ManifestDownloader()
Dnexe_load_manager.h81 bool is_installed() const { return is_installed_; } in is_installed() function
Dhistogram.cc46 bool is_installed) { in HistogramEnumerateLoadStatus()
/external/autotest/client/cros/update_engine/
Ddlc_util.py144 def is_installed(self, dlc_id): member in DLCUtil
/external/python/cpython3/Tools/c-analyzer/c_common/
Dscriptutil.py63 def is_installed(filename, *, allowsuffix=True): function