Home
last modified time | relevance | path

Searched defs:c_char (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/security/keystore2/system_property/
H A Dlib.rs97 name: *const c_char, in read_raw()
98 value: *const c_char, in read_raw()
/aosp12/packages/modules/DnsResolver/
H A Ddoh.rs405 url: *const c_char, in doh_new()
406 ip_addr: *const c_char, in doh_new()
408 cert_path: *const c_char, in doh_new()
/aosp12/art/runtime/arch/
H A Dstub_test.cc1856 const char c_char[] = { 'a', 'b', 'c', 'd', 'e' }; in TEST_F() local