Home
last modified time | relevance | path

Searched defs:input_str (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/av/media/mtp/
H A DMtpStringBuffer.cpp34 static std::string utf16ToUtf8(std::u16string input_str) { in utf16ToUtf8()
45 static std::u16string utf8ToUtf16(std::string input_str) { in utf8ToUtf16()
/aosp12/system/tools/aidl/tests/
H A Daidl_test_client_utf8_strings.cpp124 auto input_str = (*input)[i]; in DoTest() local
/aosp12/art/openjdkjvmti/
H A Dti_properties.cc182 ScopedLocalRef<jobject> input_str(jni_env, jni_env->NewStringUTF(kPropertyLibraryPath)); in GetLibraryPath() local
/aosp12/bootable/recovery/applypatch/
H A Dapplypatch.cpp431 Partition Partition::Parse(const std::string& input_str, std::string* err) { in Parse()
/aosp12/bionic/tests/
H A Dfortify_test.cpp925 const char input_str[] = "abcdefg"; in TEST() local