OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:is_removable_device
(Results
1 - 2
of
2
) sorted by null
/external/autotest/client/cros/faft/utils/
os_interface.py
237
def
is_removable_device
(self, device):
member in class:OSInterface
268
if self.
is_removable_device
(device):
/external/autotest/client/cros/faft/
rpc_functions.py
322
return self._os_if.
is_removable_device
(root_part)
Completed in 2833 milliseconds