Searched refs:extant_dir (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/scripts/ |
D | binary_cache_builder.py | 29 from utils import AdbHelper, extant_dir, extant_file, flatten_arg_list, log_info, log_warning 221 parser.add_argument('-lib', '--native_lib_dir', type=extant_dir, nargs='+', help="""
|
D | app_profiler.py | 32 from utils import AdbHelper, bytes_to_str, extant_dir, get_script_dir, get_target_binary_path 393 record_group.add_argument('-lib', '--native_lib_dir', type=extant_dir, 412 other_group.add_argument('--ndk_path', type=extant_dir,
|
D | annotate.py | 29 from utils import Addr2Nearestline, extant_dir, flatten_arg_list, is_windows, SourceFileSearcher 467 parser.add_argument('-s', '--source_dirs', type=extant_dir, nargs='+', action='append', help=""" 477 parser.add_argument('--ndk_path', type=extant_dir, help='Set the path of a ndk release.')
|
D | pprof_proto_generator.py | 33 from utils import Addr2Nearestline, bytes_to_str, extant_dir, find_tool_path, flatten_arg_list 563 parser.add_argument('--ndk_path', type=extant_dir, help='Set the path of a ndk release.')
|
D | utils.py | 771 def extant_dir(arg): function
|