Home
last modified time | relevance | path

Searched refs:old_string (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/development/vndk/tools/elfcheck/elfcheck/
H A Drewriter.py216 old_string = None
217 while old_string != string:
218 old_string = string
220 _lookup_variable, old_string)
/aosp_15_r20/external/libchrome/base/debug/
H A Dproc_maps_linux_unittest.cc250 std::string old_string("I forgot to clear the string"); in TEST() local
251 std::string proc_maps(old_string); in TEST()
253 EXPECT_EQ(std::string::npos, proc_maps.find(old_string)); in TEST()
/aosp_15_r20/external/cronet/base/debug/
H A Dproc_maps_linux_unittest.cc251 std::string old_string("I forgot to clear the string"); in TEST() local
252 std::string proc_maps(old_string); in TEST()
254 EXPECT_EQ(std::string::npos, proc_maps.find(old_string)); in TEST()
/aosp_15_r20/external/dng_sdk/source/
H A Ddng_string.cpp1616 bool dng_string::Replace (const char *old_string, in Replace() argument
1623 if (Contains (old_string, in Replace()
1630 uint32 len2 = strlenAsUint32 (old_string); in Replace()
H A Ddng_string.h124 bool Replace (const char *old_string,