HomeSort by relevance Sort by last modified time
    Searched refs:object_get_canonical_path (Results 1 - 2 of 2) sorted by null

  /external/qemu/include/qom/
object.h 974 * object_get_canonical_path:
979 gchar *object_get_canonical_path(Object *obj);
    [all...]
  /external/qemu/qom/
object.c 841 gchar *path = object_get_canonical_path(value);
975 path = object_get_canonical_path(child);
1012 path = object_get_canonical_path(*child);
1084 gchar *object_get_canonical_path(Object *obj) function
    [all...]

Completed in 47 milliseconds