Searched refs:LOCAL_PATH (Results 1 – 12 of 12) sorted by relevance
1 LOCAL_PATH := $(call my-dir)4 LOCAL_bluetooth_project_dir := $(LOCAL_PATH)13 $(addprefix $(LOCAL_PATH)/, $(LOCAL_cert_test_sources))118 notice, $(LOCAL_PATH)/../NOTICE,,packages/modules/Bluetooth)153 notice, $(LOCAL_PATH)/../NOTICE,,packages/modules/Bluetooth)
15 LOCAL_PATH := $(call my-dir)22 include $(call all-makefiles-under,$(LOCAL_PATH))
44 public static String LOCAL_PATH = (new File(CONTENT_URI.getPath())).getAbsolutePath(); field in SharedImageProvider158 if (!path.getCanonicalPath().startsWith(LOCAL_PATH)) { in ensureValidImagePath()
37 $(gen) : $(LOCAL_PATH)/BuildConfig.java.in
71 //include $(LOCAL_PATH)/buildconfig.mk
32 $(shell touch $(LOCAL_PATH)/proguard.flags)
20 LOCAL_PATH:= $(call my-dir)
98 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
89 git_hash := $(shell git --git-dir $(LOCAL_PATH)/.git log -n 1 --pretty=format:%h)
93 URI_MEDIA_LOCAL = media.buildUpon().appendPath(PickerUriResolver.LOCAL_PATH).build();98 URI_ALBUMS_LOCAL = albums.buildUpon().appendPath(PickerUriResolver.LOCAL_PATH).build();
104 public static final String LOCAL_PATH = "local"; field in PickerUriResolver