Home
last modified time | relevance | path

Searched refs:nameIndex (Results 1 – 6 of 6) sorted by relevance

/haiku/src/apps/icon-o-matic/generic/command/
H A DCompoundCommand.cpp17 int32 nameIndex) in CompoundCommand() argument
22 fNameIndex(nameIndex) in CompoundCommand()
H A DCompoundCommand.h19 int32 nameIndex);
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DDirectoryIterator.cpp216 size_t nameIndex = 0; in _GetNext() local
244 memcpy(utf16Name + nameIndex, fCurrent->file_name.name, utf16Length); in _GetNext()
245 nameIndex += utf16Length / sizeof(uint16); in _GetNext()
247 nameIndex); in _GetNext()
252 if (chunkCount == 0 || nameIndex >= nameMax) in _GetNext()
/haiku/src/tools/
H A Dset_haiku_revision.cpp629 uint32_t nameIndex = GetValue(sectionHeader.sh_name); in _ReadSectionHeader() local
651 if (nameIndex >= (uint32_t)fSectionHeaderStringsLength) { in _ReadSectionHeader()
653 "invalid name index: %" PRIu32 ".", nameIndex); in _ReadSectionHeader()
655 info.name = fSectionHeaderStrings + nameIndex; in _ReadSectionHeader()
/haiku/src/bin/bfs_tools/
H A Dchkindex.cpp210 bool nameIndex = !strcmp(attribute,"name"); in checkFiles() local
241 else if (nameIndex) in checkFiles()
/haiku/src/system/kernel/
H A Delf.cpp2554 int32 nameIndex = image->debug_symbols[i].st_name; in elf_add_memory_image_symbol() local
2555 if (nameIndex != 0) { in elf_add_memory_image_symbol()
2556 stringTableSize = nameIndex in elf_add_memory_image_symbol()
2557 + strlen(image->debug_string_table + nameIndex) + 1; in elf_add_memory_image_symbol()