Home
last modified time | relevance | path

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

/external/skia/infra/bots/buildstats/
Dbuildstats_flutter.py18 stripped_file = sys.argv[1]
45 lines = subprocess.check_output([bloaty_path, stripped_file,
52 lines = subprocess.check_output([bloaty_path, stripped_file,
60 lines = subprocess.check_output([bloaty_path, stripped_file,
68 lines = subprocess.check_output([bloaty_path, stripped_file,
/external/skqp/infra/bots/buildstats/
Dbuildstats_flutter.py18 stripped_file = sys.argv[1]
45 lines = subprocess.check_output([bloaty_path, stripped_file,
52 lines = subprocess.check_output([bloaty_path, stripped_file,
60 lines = subprocess.check_output([bloaty_path, stripped_file,
68 lines = subprocess.check_output([bloaty_path, stripped_file,
/external/toolchain-utils/fdo_scripts/
Ddivide_and_merge_profiles.py40 stripped_file = f.replace(input_dir, '', 1)
41 stripped_file = stripped_file.lstrip('/')
42 files_set.add(stripped_file)
/external/elfutils/src/
Dunstrip.c2178 const char *stripped_file, const char *unstripped_file) in handle_explicit_files() argument
2187 stripped_file, unstripped_file, msg, in handle_explicit_files()
2191 int stripped_fd = open_file (stripped_file, false); in handle_explicit_files()
2302 const char *stripped_file = NULL; in handle_dwfl_module() local
2305 &stripped_file, &unstripped_file); in handle_dwfl_module()
2308 stripped_file, unstripped_file); in handle_dwfl_module()