HomeSort by relevance Sort by last modified time
    Searched defs:root_dir (Results 1 - 5 of 5) sorted by null

  /external/linux-tools-perf/util/
map.h 72 char *root_dir; member in struct:machine
150 const char *root_dir);
155 int machine__init(struct machine *self, const char *root_dir, pid_t pid);
map.c 546 int machine__init(struct machine *self, const char *root_dir, pid_t pid)
555 self->root_dir = strdup(root_dir);
556 return self->root_dir == NULL ? -ENOMEM : 0;
574 free(self->root_dir);
575 self->root_dir = NULL;
585 const char *root_dir)
594 if (machine__init(machine, root_dir, pid) != 0) {
640 const char *root_dir; local
645 root_dir = ""
    [all...]
symbol.c 613 machine->root_dir, module);
1493 const char *root_dir; local
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_i.h 128 char *root_dir; member in struct:upnp_wps_device_sm
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 126 char *root_dir; member in struct:upnp_wps_device_sm

Completed in 359 milliseconds