Searched refs:stringIndex (Results 1 – 3 of 3) sorted by relevance
351 int32 stringIndex = 0; in PreSyscall() local362 if (stringIndex < MAX_PARAM_STRINGS) { in PreSyscall()363 fParameterStrings[stringIndex++] in PreSyscall()379 int32 stringIndex = 0; in AddDump() local405 if (stringIndex < MAX_PARAM_STRINGS in AddDump()409 fParameterStrings[stringIndex++]); in AddDump()
2565 size_t stringIndex = 0; in elf_add_memory_image_symbol() local2568 stringIndex = stringTableSize; in elf_add_memory_image_symbol()2575 memcpy(stringTable + stringIndex, name, nameSize); in elf_add_memory_image_symbol()2590 symbol.st_name = stringIndex; in elf_add_memory_image_symbol()
5968 ssize_t stringIndex = 0; in _FilterDisallowedChars() local5974 while (stringIndex < runArray->runs[i].offset in _FilterDisallowedChars()5975 && stringIndex < length) { in _FilterDisallowedChars()5977 reinterpret_cast<void*>(text[stringIndex]))) { in _FilterDisallowedChars()5978 memmove(text + stringIndex, text + stringIndex + 1, in _FilterDisallowedChars()5979 length - stringIndex - 1); in _FilterDisallowedChars()5984 stringIndex++; in _FilterDisallowedChars()5989 while (stringIndex < length) { in _FilterDisallowedChars()5991 reinterpret_cast<void*>(text[stringIndex]))) { in _FilterDisallowedChars()5992 memmove(text + stringIndex, text + stringIndex + 1, in _FilterDisallowedChars()[all …]