Searched
full:c_str (Results
676 -
700 of
3714) sorted by null
<<21222324252627282930>>
/external/webrtc/webrtc/test/ |
rtp_file_writer.cc | 94 FILE* file = fopen(filename.c_str(), "wb"); 96 printf("ERROR: Can't open file: %s\n", filename.c_str());
|
/frameworks/av/media/libstagefright/ |
DataURISource.cpp | 47 if (encoded.c_str()[i] == '\r' || encoded.c_str()[i] == '\n') {
|
/frameworks/base/services/core/jni/ |
com_android_server_PersistentDataBlockService.cpp | 82 int fd = open(path.c_str(), O_RDONLY); 96 int fd = open(path.c_str(), O_WRONLY);
|
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
BitReader.cpp | 38 *OutMessage = strdup(Message.c_str()); 58 *OutMessage = strdup(Message.c_str());
|
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
BitReader.cpp | 38 *OutMessage = strdup(Message.c_str()); 58 *OutMessage = strdup(Message.c_str());
|
/frameworks/minikin/tests/ |
FontTestUtils.cpp | 66 LOG_ALWAYS_FATAL_IF(access(fontPath.c_str(), R_OK) != 0, 67 "%s is not found", fontPath.c_str());
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
nrf24l01-broadcast.cxx | 69 std::cout << "BROADCASTING " << (*item).c_str() << std::endl; 72 sensor->sendBeaconingMsg ((uint8_t*) (*item).c_str());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/ |
random.cpp | 50 : __f_(open(__token.c_str(), O_RDONLY)) 53 __throw_system_error(errno, ("random_device failed to open " + __token).c_str());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.cons/ |
move.pass.cpp | 35 std::remove(temp.c_str()); 46 std::remove(temp.c_str());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/file.streams/fstreams/fstream.members/ |
open_string.pass.cpp | 36 std::remove(temp.c_str()); 49 std::remove(temp.c_str());
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/input.output/iostreams.base/ios.base/ios.types/ios_failure/ |
ctor_char_pointer_error_code.pass.cpp | 24 std::ios_base::failure se(what_arg.c_str(), make_error_code(std::errc::is_a_directory)); 32 std::ios_base::failure se(what_arg.c_str());
|
/ndk/tests/device/test-gnustl-full/unit/ |
limits_test.cpp | 164 //CPPUNIT_MESSAGE(str.str().c_str()); 183 CPPUNIT_MESSAGE( str.str().c_str() ); 186 CPPUNIT_MESSAGE( str.str().c_str() ); 212 CPPUNIT_MESSAGE( str.str().c_str() ); 218 CPPUNIT_MESSAGE( str.str().c_str() ); 241 // CPPUNIT_MESSAGE( str.str().c_str() ); 245 // CPPUNIT_MESSAGE( str.str().c_str() ); 249 // CPPUNIT_MESSAGE( str.str().c_str() );
|
/ndk/tests/device/test-stlport/unit/ |
limits_test.cpp | 164 //CPPUNIT_MESSAGE(str.str().c_str()); 183 CPPUNIT_MESSAGE( str.str().c_str() ); 186 CPPUNIT_MESSAGE( str.str().c_str() ); 212 CPPUNIT_MESSAGE( str.str().c_str() ); 218 CPPUNIT_MESSAGE( str.str().c_str() ); 241 // CPPUNIT_MESSAGE( str.str().c_str() ); 245 // CPPUNIT_MESSAGE( str.str().c_str() ); 249 // CPPUNIT_MESSAGE( str.str().c_str() );
|
/packages/inputmethods/LatinIME/native/dicttoolkit/src/utils/ |
command_utils.cpp | 49 commandName.c_str(), programName.c_str(), HelpExecutor::COMMAND_NAME);
|
/system/connectivity/shill/ |
connection_tester.cc | 84 result.phase).c_str(), 86 result.status).c_str());
|
file_reader_unittest.cc | 83 base::WriteFile(path, content.c_str(), content.size())); 89 base::WriteFile(path, content.c_str(), content.size()));
|
/system/core/adb/ |
adb_auth_host.cpp | 292 D("home '%s'", home.c_str()); 295 android::base::StringPrintf("%s%c%s", home.c_str(), 299 if (stat(android_dir.c_str(), &buf)) { 300 if (adb_mkdir(android_dir.c_str(), 0750) < 0) { 301 D("Cannot mkdir '%s'", android_dir.c_str()); 307 android_dir.c_str(), OS_PATH_SEPARATOR, ADB_KEY_FILE); 341 if (!read_key(path.c_str(), key_list)) { 342 D("Failed to read '%s'", path.c_str());
|
diagnose_usb.cpp | 69 return android::base::StringPrintf("%s; see [%s]", help_text.c_str(), kPermissionsHelpUrl); 82 header.c_str(), kPermissionsHelpUrl);
|
/system/core/base/ |
test_utils.cpp | 85 snprintf(path, sizeof(path), "%s%cTemporaryFile-XXXXXX", tmp_dir.c_str(), 99 snprintf(path, sizeof(path), "%s%cTemporaryDir-XXXXXX", tmp_dir.c_str(),
|
/system/core/metricsd/ |
persistent_integer.cc | 61 int fd = HANDLE_EINTR(open(backing_file_path_.value().c_str(), 76 int fd = HANDLE_EINTR(open(backing_file_path_.value().c_str(), O_RDONLY));
|
/system/extras/simpleperf/ |
cmd_list.cpp | 32 printf("List of %s:\n", type_name.c_str()); 40 printf(" %s\n", event_type.name.c_str());
|
/system/netd/server/ |
NetdNativeService.cpp | 57 return binder::Status::fromExceptionCode(binder::Status::EX_SECURITY, String8(err.c_str())); 218 ifName.c_str(), addrString.c_str(), prefixLength); 231 ifName.c_str(), addrString.c_str(), prefixLength); 269 familyStr, whichStr, ifname.c_str(), parameter.c_str(), 270 value.c_str());
|
/system/tpm/tpm_manager/client/ |
main.cc | 152 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str()), 153 atoi(command_line->GetSwitchValueASCII(kNvramLengthArg).c_str())); 162 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str())); 172 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str()), 182 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str())); 191 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str())); 200 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str())); 209 atoi(command_line->GetSwitchValueASCII(kNvramIndexArg).c_str()));
|
/system/vold/fs/ |
F2fs.cpp | 54 const char* c_source = source.c_str(); 55 const char* c_target = target.c_str();
|
/system/weaved/common/ |
binder_utils.cc | 28 1, android::String8{error->get()->GetMessage().c_str()}); 58 error, android::String8{message.c_str()});
|
Completed in 679 milliseconds
<<21222324252627282930>>