Searched refs:kAttrName (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tools/translation/stxtinfo/
H A Dstxtinfo.cpp110 const char *kAttrName = "styles"; local
113 if (file.GetAttrInfo(kAttrName, &info) != B_OK)
130 ssize_t amtread = file.ReadAttr(kAttrName, B_RAW_TYPE, 0,
/haiku/src/add-ons/translators/stxt/
H A DSTXTTranslator.cpp650 const char *kAttrName = "styles"; local
652 if (node->GetAttrInfo(kAttrName, &info) != B_OK)
665 bytesRead = node->ReadAttr(kAttrName, B_RAW_TYPE, 0, flatRunArray, info.size);
/haiku/src/kits/tracker/
H A DTrackerInitialState.cpp77 static const char* kAttrName = "META:name"; variable
358 installer.AddExtraAttribute("Contact name", kAttrName, B_STRING_TYPE,
/haiku/src/bin/
H A Dsetmime.cpp97 const char* kAttrName = "-attrName"; variable
164 { kAttrName, CmdOption::kAttrib, true },
338 value = UserArgValue(args, kAttrName);
399 << kAttrName << " \"" << fPublicName << "\"";

Completed in 103 milliseconds