Home
last modified time | relevance | path

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

/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/skia/infra/bots/buildstats/
Dbuildstats_flutter.py19 stripped_file = sys.argv[1]
48 lines = subprocess.check_output([bloaty_path, stripped_file,
55 lines = subprocess.check_output([bloaty_path, stripped_file,
63 lines = subprocess.check_output([bloaty_path, stripped_file,
71 lines = subprocess.check_output([bloaty_path, stripped_file,
/external/elfutils/src/
Dunstrip.c2230 const char *stripped_file, const char *unstripped_file) in handle_explicit_files() argument
2239 stripped_file, unstripped_file, msg, in handle_explicit_files()
2243 int stripped_fd = open_file (stripped_file, false); in handle_explicit_files()
2354 const char *stripped_file = NULL; in handle_dwfl_module() local
2357 &stripped_file, &unstripped_file); in handle_dwfl_module()
2360 stripped_file, unstripped_file); in handle_dwfl_module()