Home | History | Annotate | Download | only in android

Lines Matching defs:PathExists

465         if cached_result and not self.PathExists(cached_result):
1427 # TODO(nednguyen): remove this and migrate the callsite to PathExists().
1432 Arguments are the same as PathExists.
1434 return self.PathExists(device_path, timeout=timeout, retries=retries)
1437 def PathExists(self, device_paths, as_root=False, timeout=None, retries=None):