Home
last modified time | relevance | path

Searched defs:set_root_dir (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/libs/config/
Dcuttlefish_config.cpp109 void CuttlefishConfig::set_root_dir(const std::string& root_dir) { in set_root_dir() function in cuttlefish::CuttlefishConfig
/aosp_15_r20/external/crosvm/devices/src/virtio/fs/
H A Dpassthrough.rs849 pub fn set_root_dir(&mut self, shared_dir: String) -> io::Result<()> { in set_root_dir() method