Searched refs:join (Results 276 - 300 of 3049) sorted by path

<<11121314151617181920>>

/external/chromium_org/build/
H A Dapply_locales.py42 print ' '.join(["'%s'" % x for x in results])
H A Dcopy_test_data_ios.py36 full_path = os.path.join(path, item)
53 output_dir = os.path.join(output_basedir, relative_dirname)
54 output_filename = os.path.join(output_basedir, file)
82 return '\n'.join(escaped_files)
88 outputs = [os.path.join(options.output_dir, x) for x in escaped_files]
89 return '\n'.join(outputs)
H A Ddownload_nacl_toolchains.py19 nacl_dir = os.path.join(src_dir, 'native_client')
20 nacl_build_dir = os.path.join(nacl_dir, 'build')
21 package_version_dir = os.path.join(nacl_build_dir, 'package_version')
22 package_version = os.path.join(package_version_dir, 'package_version.py')
60 toolchain_dir = os.path.join(nacl_dir, 'toolchain')
62 toolchain_path = os.path.join(toolchain_dir, toolchain_item)
H A Denv_dump.py35 envsetup_cmd = ' '.join(map(pipes.quote, args))
H A Descape_unicode.py36 out_filename = os.path.join(options.output_dir, os.path.basename(
H A Dextract_from_cab.py42 output_file = os.path.join(output_dir, archived_file)
47 os.rename(os.path.join(temp_dir, archived_file), output_file)
58 os.utime(os.path.join(output_dir, archived_file), None)
H A Dfind_isolated_tests.py58 pattern = os.path.join(options.build_dir, '*.isolated')
H A Dget_syzygy_binaries.py69 path = os.path.join(output_dir, _STATE)
84 path = os.path.join(output_dir, _STATE)
129 abspath = os.path.abspath(os.path.join(output_dir, relpath))
168 path = os.path.join(output_dir, _STATE)
219 fullpath = os.path.join(output_dir, relpath)
269 fulldir = os.path.join(options.output_dir, subdir)
287 fullpath = os.path.normpath(os.path.join(fulldir, entry.filename))
375 expected_syzygy_dir = os.path.abspath(os.path.join(
377 expected_output_dir = os.path.join(expected_syzygy_dir, 'binaries')
H A Dgn_helpers.py24 return '[ %s ]' % ', '.join(ToGNString(v) for v in value)
H A Dgyp_chromium21 chrome_src = os.path.abspath(os.path.join(script_dir, os.pardir))
23 sys.path.insert(0, os.path.join(chrome_src, 'tools', 'gyp', 'pylib'))
30 sys.path.insert(1, os.path.join(chrome_src, 'build', 'android', 'gyp'))
31 sys.path.insert(1, os.path.join(chrome_src, 'tools'))
32 sys.path.insert(1, os.path.join(chrome_src, 'tools', 'generate_shim_headers'))
33 sys.path.insert(1, os.path.join(chrome_src, 'tools', 'grit'))
34 sys.path.insert(1, os.path.join(chrome_src, 'chrome', 'tools', 'build'))
35 sys.path.insert(1, os.path.join(chrome_src, 'chromecast', 'tools', 'build'))
36 sys.path.insert(1, os.path.join(chrome_src, 'native_client', 'build'))
37 sys.path.insert(1, os.path.join(chrome_sr
[all...]
H A Dgyp_chromium.py18 execfile(os.path.join(path, 'gyp_chromium'))
H A Dgyp_helper.py53 path = os.path.join(os.path.dirname(CHROME_SRC), 'chromium.gyp_env')
H A Dlandmines.py45 ret = os.path.join(SRC_DIR, 'xcodebuild')
47 ret = os.path.join(SRC_DIR, os.environ.get('CHROMIUM_OUT_DIR', 'out'))
56 landmines_path = os.path.normpath(os.path.join(out_dir, '..', '.landmines'))
77 path = os.path.join(out_dir, f)
93 default=[os.path.join(SRC_DIR, 'build', 'get_landmines.py')],
/external/chromium_org/build/config/linux/
H A Dpkg-config.py98 return os.path.join(sysroot, path)
/external/chromium_org/build/go/
H A Dgo.py37 go_path = os.path.abspath(os.path.join(src_root, ".."))
49 os.system("%s %s" % (go_binary, " ".join(go_options)))
/external/chromium_org/build/ios/
H A DPRESUBMIT.py18 lines = open(os.path.join('../..', WHITELIST_FILE)).readlines()
H A Dclean_env.py59 clean_env['PATH'] = ':'.join(add_to_path + filtered_chunks)
/external/chromium_org/build/linux/
H A Dinstall-arm-sysroot.py70 sysroot = os.path.join(src_root, 'arm-sysroot')
73 stamp = os.path.join(sysroot, ".stamp")
84 tarball = os.path.join(sysroot, TARBALL)
H A Dinstall-chromeos-fonts.py38 dest_dir = os.path.join(FONTS_DIR, 'chromeos')
42 stamp = os.path.join(dest_dir, ".stamp02")
55 tarball = os.path.join(dest_dir, URL_FILE)
61 readme = os.path.join(dest_dir, "README")
72 os.chmod(os.path.join(base, dir), 0755)
74 os.chmod(os.path.join(base, file), 0644)
H A Drewrite_dirs.py30 return os.path.join(sysroot, path)
55 return ' '.join(args)
/external/chromium_org/build/linux/unbundle/
H A Dremove_bundled_libraries.py21 os.path.join(my_dirname, '..', '..', '..'))
23 if os.path.join(source_tree_root, 'build', 'linux', 'unbundle') != my_dirname:
45 path = os.path.join(root, f)
H A Dreplace_gyp_files.py49 os.path.join(my_dirname, '..', '..', '..'))
68 os.rename(os.path.join(source_tree_root, path + '.orig'),
69 os.path.join(source_tree_root, path))
72 shutil.copyfile(os.path.join(source_tree_root, path),
73 os.path.join(source_tree_root, path + '.orig'))
76 shutil.copyfile(os.path.join(my_dirname, os.path.basename(path)),
77 os.path.join(source_tree_root, path))
/external/chromium_org/build/mac/
H A Dfind_sdk.py52 xcode43_sdk_path = os.path.join(
57 sdk_dir = os.path.join(out.rstrip(), 'SDKs')
H A Dstrip_save_dsym49 macho_types_re = "Mach-O (?:64-bit )?(?:" + "|".join(macho_types) + ")"
182 dsym = os.path.join(os.environ["BUILT_PRODUCTS_DIR"],
200 dwarf_dir = os.path.join(dsym, "Contents", "Resources", "DWARF")
201 dwarf_file = os.path.join(dwarf_dir, os.path.basename(macho))
249 info_file = os.path.join(dsym, "Contents", "Info.plist")
H A Dtweak_info_plist.py32 TOP = os.path.join(env['SRCROOT'], '..')
79 VERSION_TOOL = os.path.join(TOP, 'build/util/version.py')
80 VERSION_FILE = os.path.join(TOP, 'chrome/VERSION')
117 VERSION_TOOL = os.path.join(TOP, 'build/util/version.py')
118 LASTCHANGE_FILE = os.path.join(TOP, 'build/util/LASTCHANGE')
228 DEST_INFO_PLIST = os.path.join(env['TARGET_BUILD_DIR'], env['INFOPLIST_PATH'])

Completed in 312 milliseconds

<<11121314151617181920>>