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

  /system/core/toolbox/
Android.mk 90 # We need this so that the installed files could be picked up based on the
92 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
93 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(SYMLINKS)
  /build/core/
base_rules.mk 85 # so that it will be installed in $(TARGET_OUT).
435 # We name both BUILT and INSTALLED in case
502 ALL_MODULES.$(LOCAL_MODULE).INSTALLED := \
503 $(ALL_MODULES.$(LOCAL_MODULE).INSTALLED) $(LOCAL_INSTALLED_MODULE)
main.mk 6 # Use bash, not whatever shell somebody has installed as /bin/sh
285 # Install an apns-conf.xml file if one's not already being installed.
314 # non-empty if that module should be installed in /system.
317 # be installed in /system.
324 # installed in /data even if that module also has "eng"/"debug"/"user".
468 # so that the modules will be installed in the same place they
507 # Fix up CUSTOM_MODULES to refer to installed files rather than
513 $(call module-installed-files,$(known_custom_modules)) \
531 $(eval r := $(call module-installed-files,$(r))) \
532 $(eval $(call add-required-deps,$(ALL_MODULES.$(m).INSTALLED),$(r)))
    [all...]
definitions.mk 33 # $(ALL_MODULES.$(target)).INSTALLED
35 # target, and the INSTALLED variable contains the LOCAL_INSTALLED_MODULE.
36 # Some targets may have multiple files listed in the BUILT and INSTALLED
41 # set of installed targets.
440 ## into the list of files that are installed for those modules.
446 define module-installed-files
447 $(foreach module,$(1),$(ALL_MODULES.$(module).INSTALLED))
612 # Given a list of installed modules (short or long names)
615 # therefore, should not be installed.
616 # $(1): mixed list of installed module
    [all...]
  /external/v8/src/
api.h 148 UNVISITED, VISITED, INSTALLED
bootstrapper.cc     [all...]
serialize.cc 922 // We don't support serializing installed extensions.
926 CHECK_NE(v8::INSTALLED, ext->state());
    [all...]
  /prebuilt/common/osgi/
osgi.jar 

Completed in 232 milliseconds