Home
last modified time | relevance | path

Searched refs:cstring (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/core/jni/
H A Dcom_android_internal_os_ZygoteCommandBuffer.cpp321 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 DEmulatedCameraProviderHWLImpl.cpp356 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 DSystem.inc12 #include <cstring>
/aosp12/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc13 #include <cstring>
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/doc/
H A Dfeatures.md13 * Only included `<cstdio>`, `<cstdlib>`, `<cstring>`, `<inttypes.h>`, `<new>`, `<stdint.h>`.
/aosp12/build/soong/makedeps/
H A Ddeps_test.go284 external/libcxx/include/cstring external/libcxx/include/__debug \