Home
last modified time | relevance | path

Searched refs:config_suffix (Results 1 - 3 of 3) sorted by relevance

/third_party/skia/tools/skpbench/
H A D_benchresult.py59 def format(self, config_suffix=None):
60 if not config_suffix or config_suffix == '':
68 values.append(config_suffix)
70 values.append(bench_pad[min(len(config_suffix), len(bench_pad) - 1):])
/third_party/python/Mac/BuildScript/
H A Dbuild-installer.py1299 config_suffix = '-' + LDVERSION
1301 config_suffix = config_suffix + '-darwin'
1303 config_suffix = '' # Python 2.x
1314 path = os.path.join(path_to_lib, 'config' + config_suffix, 'Makefile')
/third_party/vulkan-loader/loader/
H A Dloader.c2986 const char config_suffix[] = "/.config"; in read_data_files_in_search_paths() local
2987 size_t default_config_home_len = strlen(home) + sizeof(config_suffix) + 1; in read_data_files_in_search_paths()
2994 strncat(default_config_home, config_suffix, default_config_home_len); in read_data_files_in_search_paths()

Completed in 12 milliseconds