Searched
full:c_str (Results
1626 -
1650 of
3714) sorted by null
<<61626364656667686970>>
/prebuilts/misc/common/swig/include/2.0.11/typemaps/ |
traits.swg | 52 return SWIG_TypeQuery(name.c_str()); 77 return name.c_str();
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/ |
_string_sum_methods.h | 48 { return _M_append_fast(__s.c_str(), __s.size(), __buf); } 70 { return _M_append_fast_pos(__s.c_str(), __s.size(), __buf, __pos, __n); }
|
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/debug/ |
_string_sum_methods.h | 48 { return _M_append_fast(__s.c_str(), __s.size(), __str); } 69 { return _M_append_fast_pos(__s.c_str(), __s.size(), __str, __pos, __n); }
|
/system/bt/osi/src/ |
metrics.cpp | 200 OSI_NO_INTR(ret = write(fd, protoBase64.c_str(), protoBase64.size())); 221 OSI_NO_INTR(ret = write(fd, pretty_output.c_str(), pretty_output.size()));
|
/system/connectivity/shill/ |
certificate_file_unittest.cc | 105 "%s%s", expected_output0.c_str(), expected_output0.c_str());
|
connectivity_trial.cc | 180 PhaseToString(result.phase).c_str(), 181 StatusToString(result.status).c_str());
|
portal_detector.cc | 134 trial_result.phase).c_str(), 136 trial_result.status).c_str(),
|
/system/connectivity/shill/dhcp/ |
dhcpv6_config.cc | 127 device_name().c_str())), false); 130 base::StringPrintf(kDHCPCDPathFormatPID, device_name().c_str())), false);
|
/system/connectivity/shill/net/ |
byte_string.h | 49 : data_(reinterpret_cast<const unsigned char*>(data.c_str()), 50 reinterpret_cast<const unsigned char*>(data.c_str() +
|
netlink_socket_unittest.cc | 141 ByteString message(message_string.c_str(), message_string.size()); 187 ByteString expected_results(next_read_string.c_str(), read_size);
|
/system/core/adb/ |
adb_io.cpp | 39 return WriteFdFmt(fd, "%04x%.*s", length, length, s.c_str()); 129 return WriteFdExactly(fd, str.c_str(), str.size());
|
/system/extras/simpleperf/ |
event_type.cpp | 52 uint64_t id = strtoull(id_content.c_str(), &endptr, 10); 53 if (endptr == id_content.c_str()) {
|
/system/netd/server/ |
IptablesBaseTest.cpp | 80 std::string realCmd = android::base::StringPrintf("echo '%s'", sPopenContents.front().c_str()); 82 return popen(realCmd.c_str(), "r");
|
SoftapController.cpp | 160 fbuf = StringPrintf("%swpa=3\nwpa_pairwise=TKIP CCMP\nwpa_psk=%s\n", wbuf.c_str(), psk_str); 165 fbuf = StringPrintf("%swpa=2\nrsn_pairwise=CCMP\nwpa_psk=%s\n", wbuf.c_str(), psk_str);
|
/system/update_engine/common/ |
hash_calculator_unittest.cc | 117 ASSERT_TRUE(utils::WriteFile(data_path.c_str(), "hi", 2)); 143 ASSERT_TRUE(utils::WriteFile(data_path.c_str(), "hi", 2));
|
/system/update_engine/payload_generator/ |
block_mapping.cc | 149 int old_fd = HANDLE_EINTR(open(old_part.c_str(), O_RDONLY)); 150 int new_fd = HANDLE_EINTR(open(new_part.c_str(), O_RDONLY));
|
full_update_generator.cc | 148 int in_fd = open(new_part.path.c_str(), O_RDONLY, 0); 171 new_part.name.c_str(), i);
|
payload_generation_config.cc | 35 TEST_AND_RETURN_FALSE(utils::FileExists(path.c_str())); 39 utils::FileSize(path.c_str()));
|
/system/vold/ |
VolumeManager.h | 104 return !fnmatch(mSysPattern.c_str(), sysPath.c_str(), 0);
|
/system/vold/fs/ |
Vfat.cpp | 133 const char* c_source = source.c_str(); 134 const char* c_target = target.c_str();
|
/system/weaved/buffet/ |
socket_stream.cc | 70 if (getaddrinfo(host.c_str(), service.c_str(), &hints, &result)) {
|
/system/webservd/webservd/ |
config.cc | 126 error_msg.c_str()); 177 name.c_str());
|
dbus_protocol_handler.cc | 114 in_handler_id.c_str()); 210 request_id.c_str());
|
/toolchain/binutils/binutils-2.25/gold/ |
icf.h | 132 section_name.c_str())); 172 const char* section_name_cstr = section_name.c_str();
|
/art/disassembler/ |
disassembler_x86.cc | 376 opcode1 = opcode_tmp.c_str(); 553 opcode1 = opcode_tmp.c_str(); 557 opcode1 = opcode_tmp.c_str(); 608 opcode1 = opcode_tmp.c_str(); 612 opcode1 = opcode_tmp.c_str(); 751 opcode1 = opcode_tmp.c_str(); 811 opcode1 = opcode_tmp.c_str(); [all...] |
Completed in 415 milliseconds
<<61626364656667686970>>