Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/SimDeck
/ avd_dir
Method
avd_dir
packages/server/src/android.rs:1051–1053 ·
view source on GitHub ↗
(&self, avd_name: &str)
Source
from the content-addressed store, hash-verified
1049
}
1050
1051
fn avd_dir(&self, avd_name: &str) -> PathBuf {
1052
home_dir().join(format!(
".android/avd/{avd_name}.avd"
))
1053
}
1054
}
1055
1056
impl AndroidSharedVideoFrameStream {
Callers
1
erase
Method · 0.80
Calls
1
home_dir
Function · 0.70
Tested by
no test coverage detected