Searched refs:name_len (Results 1 – 4 of 4) sorted by relevance
/aosp14/system/core/fastboot/ |
H A D | usb_windows.cpp | 127 unsigned long name_len = 0; in do_usb_open() local 132 &name_len, in do_usb_open() 134 if (0 != name_len) { in do_usb_open() 136 ret->interface_name.resize(name_len); in do_usb_open() 139 &name_len, in do_usb_open()
|
/aosp14/system/core/libcutils/ |
H A D | trace-container.cpp | 147 int name_len = strlen(name) - (len - sizeof(buf)) - 1; \ 149 if (name_len > 0) { \ 153 pid, tid, ts, tts, track_name, track_name_sep, name_len, name, value); \
|
H A D | trace-dev.inc | 195 int name_len = strlen(name) - (len - sizeof(buf)) - 1; \ 197 if (name_len > 0) { \ 199 track_name, track_name_sep, name_len, name, value); \
|
/aosp14/frameworks/base/core/jni/ |
H A D | com_android_internal_os_ZygoteCommandBuffer.cpp | 190 size_t name_len = arg_end - (arg_start + NN_LENGTH); in isSimpleForkCommand() local 191 size_t copy_len = std::min(name_len, NICE_NAME_BYTES - 1); in isSimpleForkCommand()
|