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

  /external/libyuv/files/
download_vs_toolchain.py 20 checkout_root = os.path.dirname(os.path.realpath(__file__)) variable
21 sys.path.insert(0, os.path.join(checkout_root, 'build'))
22 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'find_depot_tools'))
gyp_libyuv 19 checkout_root = os.path.dirname(os.path.realpath(__file__)) variable
21 sys.path.insert(0, os.path.join(checkout_root, 'build'))
26 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib'))
34 return glob.glob(os.path.join(checkout_root, '*', 'supplement.gypi'))
56 os.chdir(checkout_root)
87 args.append('--depth=' + os.path.relpath(checkout_root))
98 os.path.join(checkout_root, gyp_chromium.GetOutputDirectory()),
  /external/webrtc/webrtc/build/
get_landmines.py 19 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir)) variable
20 sys.path.insert(0, os.path.join(checkout_root, 'build'))
gyp_webrtc 20 checkout_root = os.path.abspath(os.path.join(script_dir, os.pardir, os.pardir)) variable
22 sys.path.insert(0, os.path.join(checkout_root, 'build'))
27 sys.path.insert(0, os.path.join(checkout_root, 'tools', 'gyp', 'pylib'))
35 return glob.glob(os.path.join(checkout_root, '*', 'supplement.gypi'))
54 gyp_env_path = os.path.join(os.path.dirname(checkout_root),
70 os.chdir(checkout_root)
108 args.append('--depth=' + os.path.relpath(checkout_root))
120 os.path.join(checkout_root, gyp_chromium.GetOutputDirectory()),

Completed in 3308 milliseconds