Searched refs:to_dir (Results 1 – 2 of 2) sorted by relevance
112 const std::string& to_dir, Fn on_activate) { in ActivateFlattenedApexesFrom() argument127 const std::string mount_path = to_dir + "/" + apex_manifest->name(); in ActivateFlattenedApexesFrom()
362 def _download(self, file, to_dir): argument363 args = ['adb', 'push', file, to_dir]