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

  /toolchain/binutils/binutils-2.27/gas/
remap.c 29 const char *old_prefix; member in struct:debug_prefix_map
58 map->old_prefix = o;
78 if (filename_ncmp (filename, map->old_prefix, map->old_len) == 0)
  /external/protobuf/src/google/protobuf/compiler/
importer.cc 303 // Maps a file from an old location to a new one. Typically, old_prefix is
305 // false if the filename did not start with old_prefix, otherwise replaces
306 // old_prefix with new_prefix and stores the result in *result. Examples:
321 const string& old_prefix,
324 if (old_prefix.empty()) {
325 // old_prefix matches any relative path.
339 } else if (HasPrefixString(filename, old_prefix)) {
340 // old_prefix is a prefix of the filename. Is it the whole filename?
341 if (filename.size() == old_prefix.size()) {
350 if (filename[old_prefix.size()] == '/')
    [all...]

Completed in 76 milliseconds