OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:full_list
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_search_path_list.cpp
42
String
full_list
= list_;
local
44
if (
full_list
.size() > 0 &&
full_list
[
full_list
.size() - 1] != ':')
45
full_list
+= ':';
46
full_list
+= env_list_;
50
const char* p =
full_list
.c_str();
51
const char* end = p +
full_list
.size();
/external/chromium_org/chrome/service/cloud_print/
cloud_print_connector.cc
226
bool
full_list
= result.succeeded();
local
227
if (!
full_list
) {
256
if (
full_list
|| settings_.delete_on_enum_fail()) {
261
"
full_list
: " <<
full_list
<<
Completed in 84 milliseconds