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

  /external/skia/tools/android/
upload_to_android.py 62 repo_binary = os.path.join(repo_dir, 'repo')
66 if not os.path.exists(repo_binary):
67 print 'Downloading %s from %s' % (repo_binary, REPO_TOOL_URL)
70 with open(repo_binary, 'w') as f:
73 st = os.stat(repo_binary)
74 os.chmod(repo_binary, st.st_mode | stat.S_IEXEC)
94 % (repo_binary, ANDROID_REPO_URL), shell=True)
98 repo_binary, SKIA_PATH_IN_ANDROID), shell=True)
109 return repo_binary
206 repo_binary = init_work_dir(work_dir
    [all...]
  /external/skqp/tools/android/
upload_to_android.py 62 repo_binary = os.path.join(repo_dir, 'repo')
66 if not os.path.exists(repo_binary):
67 print 'Downloading %s from %s' % (repo_binary, REPO_TOOL_URL)
70 with open(repo_binary, 'w') as f:
73 st = os.stat(repo_binary)
74 os.chmod(repo_binary, st.st_mode | stat.S_IEXEC)
94 % (repo_binary, ANDROID_REPO_URL), shell=True)
98 repo_binary, SKIA_PATH_IN_ANDROID), shell=True)
109 return repo_binary
206 repo_binary = init_work_dir(work_dir
    [all...]

Completed in 57 milliseconds