Lines Matching +refs:android +refs:product +refs:path
33 (defgroup android nil unknown
43 :group 'android)
51 :group 'android)
62 :group 'android)
111 (product (with-current-buffer (find-file-noselect buildspec)
116 (alias (assoc product android-product-alias-map)))
119 product
128 (let ((path (concat (android-find-build-tree-root) "out/target/product/"
130 (when (not (file-exists-p path))
132 add an entry to android-product-map." path (android-product))))
133 path))
141 (let ((path (concat (android-find-build-tree-root) "out/host/"
143 (if (file-exists-p path)
144 path
160 (defun android-adb-command (command &optional product)
167 (if product