Home
last modified time | relevance | path

Searched refs:python_dir (Results 1 – 2 of 2) sorted by relevance

/external/lldb/scripts/Python/
Dfinish-swig-Python-LLDB.sh123 for python_dir in $python_dirs
125 if [ ! -d "${python_dir}" ]
129 echo "Making directory ${python_dir}"
131 mkdir -p "${python_dir}"
135 echo "${python_dir} already exists."
139 if [ ! -d "${python_dir}" ]
141 echo "Error: Unable to find or create ${python_dir}" >&2
/external/chromium_org/build/
Dgyp_chromium223 python_dir = sorted(glob.glob(os.path.join(depot_tools_path, variable
226 env['PATH'] = python_dir + os.pathsep + env.get('PATH', '')
228 [os.path.join(python_dir, 'python.exe')] + sys.argv,