Searched refs:is_removable (Results 1 – 4 of 4) sorted by relevance
166 label=None, block_size=0, is_removable=False, argument257 if (is_removable and partid) or bus in ['usb', 'ata']:290 is_removable = bool(int(read_file("%s/removable" % spath, host)))312 is_removable=is_removable,319 is_removable=is_removable,
16 const std::string is_removable = R"(true)"; in TEST_F() local26 "is-removable":)" + is_removable + in TEST_F()41 EXPECT_EQ(manifest.is_removable(), true); in TEST_F()
33 bool is_removable() const;
179 bool Manifest::is_removable() const { in is_removable() function in brillo::imageloader::Manifest