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

  /sdk/ddms/app/etc/
ddms 84 swtpath=""
86 swtpath="$ANDROID_SWT"
91 swtpath="${ANDROID_BUILD_TOP}/prebuilt/${osname}-${vmarch}/swt"
93 swtpath="${frameworkdir}/${vmarch}"
97 # Combine the swtpath and the framework dir path.
98 if [ -d "$swtpath" ]; then
99 frameworkdir="${swtpath}:${frameworkdir}"
101 echo "SWT folder '${swtpath}' does not exist."
  /sdk/sdkmanager/app/etc/
android 92 swtpath=""
94 swtpath="$ANDROID_SWT"
99 swtpath="${ANDROID_BUILD_TOP}/prebuilt/${osname}-${vmarch}/swt"
101 swtpath="${frameworkdir}/${vmarch}"
105 # Combine the swtpath and the framework dir path.
106 if [ -d "$swtpath" ]; then
107 frameworkdir="${swtpath}:${frameworkdir}"
109 echo "SWT folder '${swtpath}' does not exist."
  /sdk/traceview/etc/
traceview 82 swtpath=""
84 swtpath="$ANDROID_SWT"
89 swtpath="${ANDROID_BUILD_TOP}/prebuilt/${osname}-${vmarch}/swt"
91 swtpath="${frameworkdir}/${vmarch}"
95 # Combine the swtpath and the framework dir path.
96 if [ -d "$swtpath" ]; then
97 frameworkdir="${swtpath}:${frameworkdir}"
99 echo "SWT folder '${swtpath}' does not exist."

Completed in 116 milliseconds