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

  /build/core/tasks/
factory_bundle.mk 34 root_dir := $(PRODUCT_OUT)/factory_bundle macro
46 $(foreach _fb_f,$(_fb_dests),$(eval $(call copy-one-file,$(_fb_m_built),$(root_dir)/$(_fb_f))))\
47 $(addprefix $(root_dir)/,$(_fb_dests)) \
49 $(filter $(root_dir)/%, $(ALL_DEFAULT_INSTALLED_MODULES))
56 $(eval $(call copy-one-file,$(TARGET_OUT)/build.prop,$(root_dir)/build.prop))
57 copied_files += $(root_dir)/build.prop
59 $(eval $(call copy-one-file,$(PRODUCT_OUT)/factory_ramdisk.img,$(root_dir)/factory_ramdisk.img))
60 copied_files += $(root_dir)/factory_ramdisk.img
65 $(tarball): PRIVATE_ROOT_DIR := $(root_dir)
  /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 270 milliseconds