Searched refs:mount (Results 1 – 5 of 5) sorted by relevance
6 mount /dev/nvme0n1 /ssd
106 command to mount the images and run `vndk_definition_tool.py` with `sudo`:116 $ sudo mount -o loop,ro system.raw.img system118 $ sudo mount -o loop,ro vendor.raw.img vendor
111 file_accessors = [(path_prefix, mounter.mount())
176 def mount(self): member in BaseMounter
57 ((Button) findViewById(R.id.mount)).setOnClickListener(mMountListener); in onCreate()