Home
last modified time | relevance | path

Searched refs:is_removable (Results 1 – 3 of 3) sorted by relevance

/external/autotest/client/cros/
Dliststorage.py175 label=None, block_size=0, is_removable=False, argument
249 dev['is_removable'] = is_removable
267 if (is_removable and partid) or bus in ['usb', 'ata']:
277 dev['is_removable'] = is_removable
301 is_removable = bool(int(read_file("%s/removable" % spath, host)))
323 is_removable=is_removable,
330 is_removable=is_removable,
/external/llvm-project/lldb/source/Commands/
DCommandObjectRegexCommand.cpp20 bool is_removable) in CommandObjectRegexCommand() argument
23 m_entries(), m_is_removable(is_removable) {} in CommandObjectRegexCommand()
DCommandObjectRegexCommand.h27 uint32_t completion_type_mask, bool is_removable);