Searched refs:ArgLength (Results 1 – 7 of 7) sorted by relevance
108 unsigned ArgLength; in ProfileInfoLoader() local109 if (fread(&ArgLength, sizeof(unsigned), 1, F) != 1) { in ProfileInfoLoader()114 ArgLength = ByteSwap(ArgLength, ShouldByteSwap); in ProfileInfoLoader()117 std::vector<char> Chars(ArgLength+4); in ProfileInfoLoader()119 if (ArgLength) in ProfileInfoLoader()120 if (fread(&Chars[0], (ArgLength+3) & ~3, 1, F) != 1) { in ProfileInfoLoader()125 CommandLines.push_back(std::string(&Chars[0], &Chars[ArgLength])); in ProfileInfoLoader()
459 size_t ArgLength = Program.size() + 1;462 ArgLength += strlen(*I) + 1;463 if (ArgLength > size_t(HalfArgMax)) {
479 size_t ArgLength = Program.size() + 1;489 ArgLength += Arg.size() + 1;490 if (ArgLength > size_t(HalfArgMax)) {
543 size_t ArgLength = ArgLenWithQuotes(Program.str().c_str()) + 2;547 ArgLength += ArgLenWithQuotes(*I) + 1;548 if (ArgLength > MaxCommandStringLength) {
451 -9063 kBadArgLengthErr ArgLength argument is invalid