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

  /external/lldb/scripts/Python/
finish-swig-Python-LLDB.sh 123 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/
gyp_chromium 223 python_dir = sorted(glob.glob(os.path.join(depot_tools_path,
226 env['PATH'] = python_dir + os.pathsep + env.get('PATH', '')
228 [os.path.join(python_dir, 'python.exe')] + sys.argv,

Completed in 95 milliseconds