Searched refs:cstring (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/base/core/jni/ |
H A D | com_android_internal_os_ZygoteCommandBuffer.cpp | 321 const char* cstring = env->GetStringUTFChars(line, NULL); in com_android_internal_os_ZygoteCommandBuffer_insert() local 322 n_buffer->insert(cstring, lineLen); in com_android_internal_os_ZygoteCommandBuffer_insert() 323 env->ReleaseStringUTFChars(line, cstring); in com_android_internal_os_ZygoteCommandBuffer_insert()
|
/aosp12/hardware/google/camera/devices/EmulatedCamera/hwl/ |
H A D | EmulatedCameraProviderHWLImpl.cpp | 356 status_t GetEnumValue(uint32_t tag_id, const char* cstring, T* result /*out*/) { in GetEnumValue() argument 357 if ((result == nullptr) || (cstring == nullptr)) { in GetEnumValue() 363 camera_metadata_enum_value(tag_id, cstring, strlen(cstring), &enum_value); in GetEnumValue() 366 cstring); in GetEnumValue()
|
/aosp12/frameworks/compile/mclinker/lib/Support/Windows/ |
H A D | System.inc | 12 #include <cstring>
|
/aosp12/frameworks/compile/mclinker/lib/Support/Unix/ |
H A D | System.inc | 13 #include <cstring>
|
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
H A D | features.md | 13 * Only included `<cstdio>`, `<cstdlib>`, `<cstring>`, `<inttypes.h>`, `<new>`, `<stdint.h>`.
|
/aosp12/build/soong/makedeps/ |
H A D | deps_test.go | 284 external/libcxx/include/cstring external/libcxx/include/__debug \
|