Home
last modified time | relevance | path

Searched refs:g_strdup (Results 1 – 25 of 38) sorted by relevance

12

/external/qemu/distrib/mini-glib/src/
Dglib-mini-win32.c47 return g_strdup(""); in utf16_to_utf8()
78 return g_strdup(""); in g_win32_error_message()
Dglib-mini.c83 char* g_strdup(const char* str) { in g_strdup() function
194 string_list = g_slist_prepend(string_list, g_strdup(remainder)); in g_strsplit()
/external/qemu/proxy/
Dproxy_http_rewriter.c105 h->value = g_strdup(value); in http_header_alloc()
200 r->req_method = g_strdup(method); in http_request_alloc()
201 r->req_uri = g_strdup(uri); in http_request_alloc()
202 r->req_version = g_strdup(version); in http_request_alloc()
229 r->req_uri = g_strdup(uri); in http_request_replace_uri()
296 r->rep_version = g_strdup(version); in http_request_set_reply()
297 r->rep_readable = g_strdup(readable); in http_request_set_reply()
/external/qemu/qom/
Dobject.c103 ti->name = g_strdup(info->name); in type_register_internal()
104 ti->parent = g_strdup(info->parent); in type_register_internal()
121 ti->interfaces[i].typename = g_strdup(info->interfaces[i].type); in type_register_internal()
733 prop->name = g_strdup(name); in object_property_add()
734 prop->type = g_strdup(type); in object_property_add()
831 retval = g_strdup(qstring_get_str(qstring)); in object_property_get_str()
1105 path = g_strdup(prop->name); in object_get_canonical_path()
1345 return g_strdup(object_get_typename(obj)); in qdev_get_type()
/external/qemu/target-i386/
Dhax-darwin.c126 name = g_strdup("/dev/hax_vm/vmxx"); in hax_vm_devfs_string()
144 name = g_strdup("/dev/hax_vmxx/vcpuyy"); in hax_vcpu_devfs_string()
Dhax-windows.c209 name = g_strdup("\\\\.\\hax_vmxx"); in hax_vm_devfs_string()
226 name = g_strdup("\\\\.\\hax_vmxx_vcpuxx"); in hax_vcpu_devfs_string()
/external/qemu/util/
Dqemu-option.c280 list->value.s = g_strdup(value); in set_option_parameter()
623 opt->name = g_strdup(name); in qemu_opt_set()
630 opt->str = g_strdup(value); in qemu_opt_set()
706 opts->id = g_strdup(id); in qemu_opts_create()
Derror.c125 err_new->msg = g_strdup(err->msg); in error_copy()
/external/qemu/
Dos-win32.c98 return g_strdup(buf); in os_find_datadir()
Dqemu-log.c88 logfilename = g_strdup(filename); in qemu_set_log_filename()
/external/qemu/qobject/
Dqerror.c113 qerr->err_msg = g_strdup(err->msg); in qerror_report_err()
Dqdict.c79 entry->key = g_strdup(key); in alloc_entry()
/external/llvm/test/Transforms/JumpThreading/
Dphi-eq.ll173 %call1.i = call noalias i8* @g_strdup(i8* %15) nounwind
176 %call2.i = call noalias i8* @g_strdup(i8* %16) nounwind
205 declare noalias i8* @g_strdup(i8*)
/external/qemu/audio/
Dwavcapture.c141 wav->path = g_strdup (path); in wav_start_capture()
/external/qemu/hw/core/
Dsysbus.c123 info->qdev.name = g_strdup(name); in sysbus_register_dev()
Dqdev.c241 prop->name = g_strdup(name); in create_prop()
445 bus->name = g_strdup(name); in qbus_create()
/external/pixman/demos/
Dgtk-utils.c134 char *arg0 = g_strdup ("pixman-test-program"); in show_image()
/external/qemu/block/
Dqcow2-snapshot.c254 sn->id_str = g_strdup(sn_info->id_str); in qcow2_snapshot_create()
257 sn->name = g_strdup(sn_info->name); in qcow2_snapshot_create()
/external/harfbuzz_ng/test/api/
Dhb-test.h139 s = g_strdup (path); in hb_test_normalize_path()
/external/qemu/distrib/mini-glib/include/
Dglib.h91 char* g_strdup(const char* str);
/external/qemu/ui/
Dinput.c102 s->qemu_put_mouse_event_name = g_strdup(name); in qemu_add_mouse_event_handler()
/external/chromium_org/third_party/icu/source/samples/layout/
Dgnomelayout.cpp89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
Dcgnomelayout.c81 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
/external/icu/icu4c/source/samples/layout/
Dgnomelayout.cpp89 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()
Dcgnomelayout.c81 gchar *fileName = g_strdup(gtk_file_selection_get_filename(fileselection)); in openOK()

12