HomeSort by relevance Sort by last modified time
    Searched refs:new_prefix (Results 1 - 9 of 9) sorted by null

  /external/boringssl/src/util/bot/
extract.py 102 new_prefix, rest = path.split('/', 1)
106 prefix = new_prefix
107 if prefix != new_prefix:
108 raise ValueError((prefix, new_prefix))
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 288 // a virtual path and new_prefix is its corresponding disk path. Returns
290 // old_prefix with new_prefix and stores the result in *result. Examples:
306 const string& new_prefix,
319 result->assign(new_prefix);
327 *result = new_prefix;
349 result->assign(new_prefix);
  /external/elfutils/src/src/
size.c 366 char new_prefix[prefix_len + 1 + fname_len]; local
367 char *cp = new_prefix;
387 handle_elf (subelf, new_prefix, arhdr->ar_name);
389 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name);
objdump.c 308 char new_prefix[prefix_len + fname_len + 2]; local
315 char *cp = new_prefix;
337 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
340 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
345 new_prefix, arhdr->ar_name, new_suffix);
nm.c 432 char new_prefix[prefix_len + fname_len + 2]; local
439 char *cp = new_prefix;
499 result |= handle_elf (subelf, new_prefix, arhdr->ar_name,
502 result |= handle_ar (fd, subelf, new_prefix, arhdr->ar_name,
507 new_prefix, arhdr->ar_name, new_suffix);
    [all...]
strip.c 2117 char new_prefix[prefix_len + 1 + fname_len]; local
    [all...]
elflint.c 265 char new_prefix[prefix_len + 1 + fname_len]; local
267 char *cp = new_prefix;
291 process_file (fd, subelf, new_prefix, new_suffix,
    [all...]
  /external/google-breakpad/src/testing/gtest/scripts/
pump.py 745 new_prefix = prefix + 4*' ' # Prefix of a continuation line
757 prefix = new_prefix
764 prefix = new_prefix
  /external/protobuf/gtest/scripts/
pump.py 738 new_prefix = prefix + 4*' ' # Prefix of a continuation line
750 prefix = new_prefix
757 prefix = new_prefix

Completed in 2498 milliseconds