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

  /external/e2fsprogs/util/
subst.c 107 static void replace_string(char *begin, char *end, char *newstr) function
165 replace_string(ptr, end_ptr, ent->value);
205 replace_string(ptr, end_ptr, ent->value);
  /external/chromium_org/content/public/test/
test_launcher.cc 70 std::string replace_string = std::string(".") + kPreTestPrefix; local
71 ReplaceFirstSubstringAfterOffset(&pre_test_name, 0, ".", replace_string);

Completed in 2383 milliseconds