HomeSort by relevance Sort by last modified time
    Searched refs:root_dir (Results 1 - 18 of 18) 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/chromium/chrome/browser/web_applications/
web_app.h 41 // |root_dir|. A crx based app uses a directory named _crx_<app id>.
76 FilePath GetWebAppDataDirectory(const FilePath& root_dir,
web_app.cc 446 FilePath GetWebAppDataDirectory(const FilePath& root_dir,
448 return root_dir.Append(GetWebAppDir(info));
  /external/chromium-trace/trace-viewer/third_party/pywebsocket/src/mod_pywebsocket/
dispatch.py 183 self, root_dir, scan_dir=None,
188 root_dir: The directory where handler definition files are
191 searched. scan_dir must be a directory under root_dir,
192 including root_dir itself. If scan_dir is None,
193 root_dir is used as scan_dir. scan_dir can be useful
194 in saving scan time when root_dir contains many
197 canonical path is not under root_dir.
205 scan_dir = root_dir
207 os.path.realpath(root_dir)):
209 'root_dir:%s.' % (scan_dir, root_dir)
    [all...]
  /external/linux-tools-perf/util/
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...]
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);
symbol.c 613 machine->root_dir, module);
1493 const char *root_dir; local
    [all...]
event.c 427 sprintf(path, "%s/proc/kallsyms", machine->root_dir);
  /external/chromium/chrome/browser/extensions/
test_extension_prefs.cc 34 const FilePath& root_dir,
36 : ExtensionPrefs(prefs, root_dir, extension_pref_value_map),
extension_prefs.h 69 const FilePath& root_dir,
extension_prefs.cc 171 static void CleanupBadExtensionKeys(const FilePath& root_dir,
199 path = root_dir.Append(path);
243 const FilePath& root_dir,
246 install_directory_(root_dir),
249 CleanupBadExtensionKeys(root_dir, prefs_);
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/system/
logutils_unittest.py 46 root_dir = "/"
47 os.chdir(root_dir)
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_upnp_i.h 128 char *root_dir; member in struct:upnp_wps_device_sm
wps_upnp.c     [all...]
  /external/wpa_supplicant_8/src/wps/
wps_upnp_i.h 126 char *root_dir; member in struct:upnp_wps_device_sm
wps_upnp.c     [all...]
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 37 def __init__(self, root_dir):
38 self._root_dir = root_dir
271 root_dir = ''
273 root_dir = os.path.abspath(os.path.dirname(filenames[0]))
274 resource_finder = ResourceFinder(root_dir)
  /external/webkit/Tools/Scripts/webkitpy/style/checkers/
cpp.py 643 root_dir = project_dir
644 one_up_dir = os.path.dirname(root_dir)
646 root_dir = os.path.dirname(root_dir)
649 prefix = os.path.commonprefix([root_dir, project_dir])
654 root_dir = os.path.dirname(fullname)
655 while (root_dir != os.path.dirname(root_dir)
656 and not os.path.exists(os.path.join(root_dir, ".git"))):
657 root_dir = os.path.dirname(root_dir
    [all...]

Completed in 660 milliseconds