Home
last modified time | relevance | path

Searched refs:to_dir (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Dmount_namespace.cpp112 const std::string& to_dir, Fn on_activate) { in ActivateFlattenedApexesFrom() argument
127 const std::string mount_path = to_dir + "/" + apex_manifest->name(); in ActivateFlattenedApexesFrom()
/system/extras/simpleperf/runtest/
Druntest.py362 def _download(self, file, to_dir): argument
363 args = ['adb', 'push', file, to_dir]