Searched refs:separator (Results 1 – 10 of 10) sorted by relevance
/build/soong/python/scripts/ |
D | stub_template_host.txt | 61 separator = ':' 62 new_python_path = separator.join(python_path_entries) 66 new_python_path += separator + old_python_path
|
/build/soong/android/ |
D | package_ctx.go | 139 func (p PackageContext) SourcePathsVariable(name, separator string, paths ...string) blueprint.Vari… 149 return strings.Join(ret, separator)
|
D | util.go | 57 func JoinWithSuffix(strs []string, suffix string, separator string) string { 74 ret = append(ret, separator...)
|
/build/make/tools/releasetools/ |
D | ota_from_target_files | 945 separator = '|' 956 'post-build': separator.join(sorted(post_build_fingerprints)), 982 metadata['pre-build'] = separator.join(sorted(pre_build_fingerprints)) 985 metadata['pre-device'] = separator.join(sorted(pre_build_devices)) 987 metadata['pre-device'] = separator.join(sorted(post_build_devices))
|
D | ota_from_target_files.py | 945 separator = '|' 956 'post-build': separator.join(sorted(post_build_fingerprints)), 982 metadata['pre-build'] = separator.join(sorted(pre_build_fingerprints)) 985 metadata['pre-device'] = separator.join(sorted(pre_build_devices)) 987 metadata['pre-device'] = separator.join(sorted(post_build_devices))
|
D | blockimgdiff.py | 188 def print_header(header, separator): argument 190 logger.info('%s\n', separator * len(header))
|
D | pylintrc | 262 no-space-check=trailing-comma,dict-separator
|
/build/soong/cmd/extract_apks/bundle_proto/ |
D | config.proto | 40 // the name of the modules, and using forward slash ("/") as a name separator.
|
/build/make/tools/warn/ |
D | html_writer.py | 586 emit_const_string('FlagSeparator', flags.separator, writer)
|
D | warn_common.py | 164 link_path += flags.separator + line_number_str
|