Home
last modified time | relevance | path

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

/external/rust/crates/grpcio/src/
Dquota.rs21 let name_cstr = CString::new(name_str).unwrap(); in new() localVariable
/external/crosvm/win_util/src/
Dlib.rs231 let name_cstr = name.map(|s| CString::new(s).unwrap()); in create_file_mapping() localVariable
/external/libchrome/base/metrics/
Dpersistent_memory_allocator.cc406 char* name_cstr = GetAsArray<char>(shared_meta()->name, 0, name_length); in PersistentMemoryAllocator() local
455 const char* name_cstr = in Name() local
/external/cronet/base/metrics/
Dpersistent_memory_allocator.cc416 char* name_cstr = GetAsArray<char>(shared_meta()->name, 0, name_length); in PersistentMemoryAllocator() local
467 const char* name_cstr = in Name() local
/external/libwebsockets/lib/tls/mbedtls/wrapper/platform/
Dssl_pm.c845 char *name_cstr = NULL; in X509_VERIFY_PARAM_set1_host() local