Home | History | Annotate | Download | only in files

Lines Matching defs:project

1 ;;;; Copyright 2007 The Android Open Source Project
9 (defvar android-jdb-project-root-history '()
10 "history of project roots supplied to `android-jdb'")
26 (defcustom android-project-root nil
27 "This is where your Android project root is stored."
41 (defun android-read-project-root ()
44 (read-file-name "Android project root: "
45 android-project-root
51 (read-file-name "Android project root: "
52 android-project-root
70 (android-read-project-root)))
71 (setq android-project-root root)