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

  /external/skia/infra/bots/recipe_modules/env/
api.py 16 my_path = env_dict.get('PATH', '')
17 if upstream_path and my_path and upstream_path != my_path:
18 env['PATH'] = upstream_path.replace(r'%(PATH)s', my_path)
  /external/skqp/infra/bots/recipe_modules/env/
api.py 16 my_path = env_dict.get('PATH', '')
17 if upstream_path and my_path and upstream_path != my_path:
18 env['PATH'] = upstream_path.replace(r'%(PATH)s', my_path)
  /compatibility/cdd/
make_cdd.py 29 def get_section_info(my_path):
30 # (_, _, filenames) = os.walk(my_path).next()
34 # for rootdir, subdirs, files in os.walk(my_path):
35 for dir in get_immediate_subdirs(my_path):
47 html_string = markdown.markdown(codecs.open(my_path + '/' + dir + '/' + file, 'r', encoding='utf-8').read())
185 my_path = os.getcwd()
186 section_info = get_section_info(my_path)
  /external/autotest/client/common_lib/
utils.py     [all...]
  /build/make/core/
definitions.mk     [all...]

Completed in 443 milliseconds