Home
last modified time | relevance | path

Searched refs:strncpy (Results 1 – 25 of 104) sorted by relevance

12345

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Daudio_device.cpp80 strncpy(name, device_name, webrtc::kAdmMaxDeviceNameSize); in PlayoutDeviceName()
82 strncpy(guid, device_guid, webrtc::kAdmMaxGuidSize); in PlayoutDeviceName()
94 strncpy(name, device_name, webrtc::kAdmMaxDeviceNameSize); in RecordingDeviceName()
96 strncpy(guid, device_guid, webrtc::kAdmMaxGuidSize); in RecordingDeviceName()
/device/generic/goldfish/dhcp/client/
Dinterface.cpp96 strncpy(request.ifr_name, mInterfaceName.c_str(), sizeof(request.ifr_name)); in setMtu()
174 strncpy(request.ifr_name, mInterfaceName.c_str(), sizeof(request.ifr_name)); in createRequest()
/device/generic/car/emulator/usbpt/bluetooth/usb_modeswitch/
Dusb_modeswitch.c367 case 'M': strncpy(MessageContent, optarg, LINE_DIM); break; in readArguments()
368 case '2': strncpy(MessageContent2, optarg, LINE_DIM); break; in readArguments()
369 case '3': strncpy(MessageContent3, optarg, LINE_DIM); break; in readArguments()
1888 strncpy(Str,token,LINE_DIM-1); in ReadParseParam()
1923 strncpy(Str,token,LINE_DIM-1); in ReadParseParam()
/device/google/contexthub/firmware/lib/libc/
Dstrncpy.c42 strncpy(char *dst, const char *src, size_t n) in strncpy() function
/device/google/trout/hal/vehicle/2.0/garage_mode_helper/
Dhelper.cpp40 strncpy(addr.sun_path, argv[1], sizeof(addr.sun_path)); in main()
/device/google/trout/hal/vehicle/2.0/
DPowerStateListener.cpp94 std::strncpy(addr.sun_path, mSocketPath.c_str(), mSocketPath.length()); in Listen()
/device/google/contexthub/firmware/lib/
Dlib.mk62 SRCS += $(LIBC_PATH)/strncpy.c
/device/google/trout/tests/hal/vehicle/2.0/
DGrpcServer_test.cpp115 std::strncpy(addr.sun_path, socket_path.c_str(), socket_path.length() + 1); in WriteToPowerStateSocket()
/device/google/cuttlefish/common/libs/utils/
Dnetwork.cpp120 strncpy(ifr.ifr_name, interface_name.c_str(), IFNAMSIZ); in OpenTapInterface()
/device/generic/car/emulator/usbpt/usbip-service/
DUsbIpUtils.cpp106 strncpy((char *)op_req.busid, dev_id, sizeof(op_req.busid)); in get_usbip_connection()
/device/linaro/hikey/power/
Dpower_hikey.c384 strncpy(hikey_cpufreq_clusters[i].path, in hikey_cpufreq_init()
/device/google/cuttlefish/guest/hals/ril/reference-ril/
Dreference-ril.c560 strncpy(request.ifr_name, radioInterfaceName, sizeof(request.ifr_name)); in set_Ip_Addr()
625 strncpy(request.ifr_name, interfaceName, sizeof(request.ifr_name)); in setInterfaceState()
1610 strncpy(meid, responseStr[0], sizeof(meid));
3461 strncpy(radioCapability.logicalModemUuid, "com.android.modem.simulator", MAX_UUID_LENGTH);
4288 strncpy(alphaStrHexLen, p, 2);
4290 strncpy(alphaStr, p + 2, len * 2);
/device/generic/car/emulator/audio/driver/
Daudio_hw.c204 strncpy(shortenedName, name, SIZE_OF_THREAD_NAME_BUFFER); in set_shortened_thread_name()
1252 strncpy(out->bus_address, address, strlen(address)); in adev_open_output_stream()
/device/linaro/hikey-kernel/hikey960/5.10/
Dabi_symbollist345 strncpy
Dabi_symbollist.report1052 strncpy UNKNOWN
/device/linaro/dragonboard-kernel/android-5.4/
Dabi_symbollist403 strncpy
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp231 strncpy(strOut, str, bufferSize - 1); in rcQueryEGLString()
/device/linaro/dragonboard-kernel/android-5.10/
Dabi_symbollist551 strncpy
Dabi_symbollist.report1373 strncpy UNKNOWN
/device/google/cuttlefish/common/libs/fs/
Dshared_fd.cpp377 strncpy(dest->sun_path, name, strlen(name)); in MakeAddress()
/device/linaro/poplar/wifi/wifi_hal/
Dgscan.cpp345 strncpy(result->ssid, (char *) it2.get_data(), it2.get_len()); in parseScanResults()
/device/google/cuttlefish_prebuilts/bootloader/crosvm_aarch64/
DSystem.map1796 0000000000056dec T strncpy
/device/google/cuttlefish_prebuilts/bootloader/qemu_arm/
DSystem.map1804 00056954 T strncpy
/device/google/cuttlefish_prebuilts/bootloader/qemu_aarch64/
DSystem.map1793 0000000000057458 T strncpy
/device/google/cuttlefish_prebuilts/bootloader/crosvm_x86_64/
DSystem.map2073 fff465e6 T strncpy

12345