Home
last modified time | relevance | path

Searched refs:extant_dir (Results 1 – 5 of 5) sorted by relevance

/system/extras/simpleperf/scripts/
Dbinary_cache_builder.py29 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="""
Dapp_profiler.py32 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,
Dannotate.py29 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.')
Dpprof_proto_generator.py33 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.')
Dutils.py771 def extant_dir(arg): function