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

  /external/qemu/include/qom/
object.h 982 * object_resolve_path:
1004 Object *object_resolve_path(const char *path, bool *ambiguous);
    [all...]
  /external/qemu/qom/
object.c 853 target = object_resolve_path(str, NULL);
1051 target = object_resolve_path(path, &ambiguous);
1222 Object *object_resolve_path(const char *path, bool *ambiguous) function
    [all...]

Completed in 49 milliseconds