Searched refs:subType (Results 1 - 10 of 10) sorted by last modified time

/haiku-fatelf/build/scripts/
H A Dbuild_haiku_image312 subType=$(basename $inSubFile)
313 tmpSubFile=$mimeDBTmpDir/$superType/$subType
/haiku-fatelf/src/tests/kits/storage/
H A DMimeTypeTest.cpp1680 std::string subType = superLeaf + "/" + subLeaf; local
1681 if (BMimeType::IsValid(subType.c_str())) {
1682 if (typeSet.find(subType.c_str()) == typeSet.end())
1683 cout << "Fuckup == '" << subType << "'" << endl;
1684 CHK(typeSet.find(subType.c_str()) != typeSet.end());
1685 typeSet.erase(subType.c_str());
1770 std::string subType = superLeaf + "/" + subLeaf; local
1771 if (BMimeType::IsValid(subType.c_str())) {
1772 CHK(subtypeSet.find(subType.c_str()) != subtypeSet.end());
1773 subtypeSet.erase(subType
[all...]
/haiku-fatelf/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp1268 uint16 subType = 0; local
1271 get_attr_uint16(this, B_DEVICE_SUB_TYPE, &subType, false);
1277 switch (subType) {
1293 switch (subType) {
1312 switch (subType) {
1442 uint16 subType = 0; local
1444 get_attr_uint16(this, B_DEVICE_SUB_TYPE, &subType, false);
1560 uint16 subType = 0; local
1562 && get_attr_uint16(this, B_DEVICE_SUB_TYPE, &subType, false)
1571 && (subType
[all...]
/haiku-fatelf/src/servers/registrar/mime/
H A DDatabase.cpp152 char subType[B_PATH_NAME_LENGTH]; local
153 memcpy(subType, type, length);
154 subType[length++] = '/';
159 if (subEntry.GetName(subType + length) == B_OK) {
160 status = Delete(subType);
/haiku-fatelf/src/system/kernel/device_manager/
H A Ddevice_manager.cpp1540 uint16 subType = 0; local
1543 || get_attr_uint16(this, B_DEVICE_SUB_TYPE, &subType, false)
1552 switch (subType) {
1572 switch (subType) {
1591 switch (subType) {
1732 uint16 subType = 0; local
1734 get_attr_uint16(this, B_DEVICE_SUB_TYPE, &subType, false);
1881 uint16 subType = 0; local
1882 if (get_attr_uint16(this, B_DEVICE_SUB_TYPE, &subType, false) == B_OK
1890 && (subType
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/MyNetwork/
H A DMyNetView.cpp577 resource.subType = B_LENDIAN_TO_HOST_INT32(resource.subType);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/lshosts/
H A Dlshosts.c133 resource.subType = B_LENDIAN_TO_HOST_INT32(resource.subType);
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/beserved/server-Windows/
H A DBeServed.cpp523 resource.subType = 0;
542 resource.subType = BT_PRINTER_PCL3;
552 resource.subType = 0;
/haiku-fatelf/src/preferences/filetypes/
H A DMimeTypeListView.cpp158 const char* subType = strchr(type.Type(), '/'); local
159 fSupertype.SetTo(type.Type(), subType - type.Type());
160 fSubtype.SetTo(subType + 1);
H A DPreferredAppMenu.cpp55 const char* subType = strchr(signature, '/'); local
56 if (subType == NULL)
60 snprintf(label, sizeof(label), "%s (%s)", item->Label(), subType + 1);

Completed in 177 milliseconds