Home
last modified time | relevance | path

Searched refs:split_char (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/libcxx/utils/libcxx/test/
Dtarget_info.py44 split_char = ';' if self.is_windows() else ':'
45 dest_env['PATH'] = '%s%s%s' % (new_path, split_char,
/external/python/cpython3/Objects/stringlib/
Dsplit.h102 STRINGLIB(split_char)(PyObject* str_obj, in STRINGLIB() argument
158 return STRINGLIB(split_char)(str_obj, str, str_len, sep[0], maxcount); in STRINGLIB()
/external/libcxx/utils/libcxx/test/
Dconfig.py1154 split_char = ';' if self.is_windows else ':'
1155 dest_env['PATH'] = '%s%s%s' % (new_path, split_char,
/external/selinux/python/sepolicy/sepolicy/
Dgui.py1619 split_char = "_script_t"
1621 split_char = "_t"
1622 return domain.split(split_char)[0]