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

  /external/protobuf/src/google/protobuf/compiler/
importer.cc 267 // Maps a file from an old location to a new one. Typically, old_prefix is
269 // false if the filename did not start with old_prefix, otherwise replaces
270 // old_prefix with new_prefix and stores the result in *result. Examples:
285 const string& old_prefix,
288 if (old_prefix.empty()) {
289 // old_prefix matches any relative path.
303 } else if (HasPrefixString(filename, old_prefix)) {
304 // old_prefix is a prefix of the filename. Is it the whole filename?
305 if (filename.size() == old_prefix.size()) {
314 if (filename[old_prefix.size()] == '/')
    [all...]
  /external/dbus/
configure     [all...]

Completed in 223 milliseconds