OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:c_str
(Results
1126 - 1150
of
3714
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/localization/locales/locale.convenience/conversions/conversions.string/
from_bytes.pass.cpp
30
ws = myconv.from_bytes(bs.
c_str
());
to_bytes.pass.cpp
30
bs = myconv.to_bytes(ws.
c_str
());
/system/connectivity/apmanager/dbus/
device_dbus_adaptor.cc
38
ManagerAdaptor::GetObjectPath().value().
c_str
(),
/system/connectivity/shill/ethernet/
ethernet_eap_service.cc
46
"%s_all", Technology::NameFromIdentifier(technology()).
c_str
());
/system/connectivity/shill/
protobuf_lite_streams.cc
33
int fd = HANDLE_EINTR(open(file_path.
c_str
(), O_RDONLY));
/system/connectivity/shill/vpn/
vpn_service.cc
78
unique_name().
c_str
()));
84
unique_name().
c_str
()));
117
string id = StringPrintf("vpn_%s_%s", host.
c_str
(), name.
c_str
());
/system/core/adb/sysdeps/win32/
stat.cpp
56
int result = wstat(path_wide.
c_str
(), &st);
/system/core/crash_reporter/
crash_collector_test.cc
125
test_dir_.path().value().
c_str
()).
c_str
();
197
test_dir_.path().Append("payload-file").value().
c_str
());
206
meta_symlink_path.value().
c_str
()));
/system/core/libutils/
CallStack.cpp
49
mFrameLines.push_back(String8(backtrace->FormatFrameData(i).
c_str
()));
/system/core/logd/
CommandListener.cpp
201
return android::base::StringPrintf(fmt, str.
c_str
());
237
logMask)).
c_str
());
249
cli->sendMsg(package_string(mBuf.formatPrune()).
c_str
());
274
int ret = mBuf.initPrune(str.
c_str
());
LogWhiteBlackList.cpp
97
property_get("persist.logd.filter", property, filter.
c_str
());
116
for(str = filter.
c_str
(); *str; ++str) {
235
string += android::base::StringPrintf(fmt, (*it).format().
c_str
());
242
string += android::base::StringPrintf(fmt, (*it).format().
c_str
());
/system/extras/iotop/
tasklist.cpp
32
std::unique_ptr<DIR, decltype(&closedir)> dir(opendir(name.
c_str
()), closedir);
/system/update_engine/
boot_control_chromeos.cc
164
params.drive_name = const_cast<char*>(boot_disk_name_.
c_str
());
189
params.drive_name = const_cast<char*>(boot_disk_name_.
c_str
());
217
prio_params.drive_name = const_cast<char*>(boot_disk_name_.
c_str
());
232
add_params.drive_name = const_cast<char*>(boot_disk_name_.
c_str
());
/system/update_engine/common/
subprocess_unittest.cc
227
EXPECT_EQ(0, mkfifo(fifo_path.
c_str
(), 0666));
238
fifo_path.
c_str
(),
239
fifo_path.
c_str
())};
243
int fifo_fd = HANDLE_EINTR(open(fifo_path.
c_str
(), O_RDONLY));
/system/webservd/webservd/
temp_file_manager.cc
36
std::string name = base::StringPrintf("%s-%" PRIuS, request_id.
c_str
(),
/toolchain/binutils/binutils-2.25/gold/
fileread.cc
200
this->descriptor_ = open_descriptor(-1, this->name_.
c_str
(),
209
this->name_.
c_str
(), strerror(errno));
212
this->name_.
c_str
());
246
this->name_.
c_str
(),
249
gold_fatal(_("could not reopen file %s"), this->name_.
c_str
());
296
gold_debug(DEBUG_FILES, "Locking file \"%s\"", this->name_.
c_str
());
306
gold_debug(DEBUG_FILES, "Unlocking file \"%s\"", this->name_.
c_str
());
403
this->filename().
c_str
(), strerror(errno));
417
this->filename().
c_str
(),
541
this->filename().
c_str
(),
[
all
...]
/external/sfntly/cpp/src/test/tinyxml/
tinyxml.h
487
const char *Value() const { return value.
c_str
(); }
540
const TiXmlNode* FirstChild( const std::string& _value ) const { return FirstChild (_value.
c_str
()); } ///< STL std::string form.
541
TiXmlNode* FirstChild( const std::string& _value ) { return FirstChild (_value.
c_str
()); } ///< STL std::string form.
542
const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.
c_str
()); } ///< STL std::string form.
543
TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.
c_str
()); } ///< STL std::string form.
574
const TiXmlNode* IterateChildren( const std::string& _value, const TiXmlNode* previous ) const { return IterateChildren (_value.
c_str
(), previous); } ///< STL std::string form.
575
TiXmlNode* IterateChildren( const std::string& _value, const TiXmlNode* previous ) { return IterateChildren (_value.
c_str
(), previous); } ///< STL std::string form.
624
const TiXmlNode* PreviousSibling( const std::string& _value ) const { return PreviousSibling (_value.
c_str
()); } ///< STL std::string form.
625
TiXmlNode* PreviousSibling( const std::string& _value ) { return PreviousSibling (_value.
c_str
()); } ///< STL std::string form.
626
const TiXmlNode* NextSibling( const std::string& _value) const { return NextSibling (_value.
c_str
()); } ///< STL std::string form
[
all
...]
/external/tinyxml/
tinyxml.h
449
const char *Value() const { return value.
c_str
(); }
497
const TiXmlNode* FirstChild( const std::string& _value ) const { return FirstChild (_value.
c_str
()); } ///< STL std::string form.
498
TiXmlNode* FirstChild( const std::string& _value ) { return FirstChild (_value.
c_str
()); } ///< STL std::string form.
499
const TiXmlNode* LastChild( const std::string& _value ) const { return LastChild (_value.
c_str
()); } ///< STL std::string form.
500
TiXmlNode* LastChild( const std::string& _value ) { return LastChild (_value.
c_str
()); } ///< STL std::string form.
527
const TiXmlNode* IterateChildren( const std::string& _value, const TiXmlNode* previous ) const { return IterateChildren (_value.
c_str
(), previous); } ///< STL std::string form.
528
TiXmlNode* IterateChildren( const std::string& _value, TiXmlNode* previous ) { return IterateChildren (_value.
c_str
(), previous); } ///< STL std::string form.
575
const TiXmlNode* PreviousSibling( const std::string& _value ) const { return PreviousSibling (_value.
c_str
()); } ///< STL std::string form.
576
TiXmlNode* PreviousSibling( const std::string& _value ) { return PreviousSibling (_value.
c_str
()); } ///< STL std::string form.
577
const TiXmlNode* NextSibling( const std::string& _value) const { return NextSibling (_value.
c_str
()); } ///< STL std::string form
[
all
...]
/art/compiler/
cfi_test.h
69
fprintf(f, "// %s\n", line.
c_str
());
133
return strncmp(lhs.
c_str
(), rhs.
c_str
(), 10) < 0;
/art/imgdiag/
imgdiag_test.cc
60
runtime_args_image_ = StringPrintf("-Ximage:%s", GetCoreArtLocation().
c_str
());
77
if (OS::FileExists(root32.
c_str
()) && !Is64BitInstructionSet(kRuntimeISA)) {
91
EXPECT_TRUE(OS::FileExists(file_path.
c_str
())) << file_path << " should be a valid file path";
/art/runtime/arch/
instruction_set_features_test.cc
43
if (property_get(key.
c_str
(), dex2oat_isa_variant, nullptr) > 0) {
71
if (property_get(variant_key.
c_str
(), dex2oat_isa_variant, nullptr) > 0) {
76
if (property_get(features_key.
c_str
(), dex2oat_isa_features, nullptr) > 0) {
/art/runtime/mirror/
throwable.cc
115
result += StringPrintf(" at %s (%s:%d)\n", PrettyMethod(method, true).
c_str
(),
135
method_name != nullptr ? method_name->ToModifiedUtf8().
c_str
() : "<unknown method>",
136
file_name != nullptr ? file_name->ToModifiedUtf8().
c_str
() : "(Unknown Source)",
/art/runtime/native/
java_lang_Class.cc
61
if (name.
c_str
() == nullptr) {
68
if (!IsValidBinaryClassName(name.
c_str
())) {
70
"Invalid name: %s", name.
c_str
());
74
std::string descriptor(DotToDescriptor(name.
c_str
()));
79
hs.NewHandle(class_linker->FindClass(soa.Self(), descriptor.
c_str
(), class_loader)));
316
ThrowNoSuchFieldException(DecodeClass(soa, javaThis), name_str.
c_str
());
596
"%s cannot be instantiated", PrettyClass(klass.Get()).
c_str
());
606
PrettyClass(klass.Get()).
c_str
(), PrettyClass(caller.Get()).
c_str
());
617
PrettyClass(klass.Get()).
c_str
());
[
all
...]
/art/runtime/
parsed_options_test.cc
56
options.push_back(std::make_pair(boot_class_path.
c_str
(), nullptr));
58
options.push_back(std::make_pair(class_path.
c_str
(), nullptr));
60
options.push_back(std::make_pair(class_path.
c_str
(), nullptr));
thread_pool.cc
43
stack_.reset(MemMap::MapAnonymous(name.
c_str
(), nullptr, stack_size, PROT_READ | PROT_WRITE,
87
CHECK(runtime->AttachCurrentThread(worker->name_.
c_str
(), true, nullptr, false));
123
const std::string worker_name = StringPrintf("%s worker thread %zu", name_.
c_str
(),
Completed in 503 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>