Home
last modified time | relevance | path

Searched refs:run_command (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/libs/hwui/tests/scripts/
H A Dprocess_systrace.py31 run_command = path_to_process_traces + " --mapper_handle " + mapper_func_file + ":" + args.func + "… variable
32 print run_command
33 sys.exit(os.system(run_command))
/aosp14/frameworks/base/tools/bit/
H A Dcommand.h55 int run_command(const Command& command);
H A Dcommand.cpp160 run_command(const Command& command) in run_command() function
H A Dmake.cpp280 return run_command(cmd); in build_goals()
H A Dadb.cpp69 return run_command(cmd); in run_adb()
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp363 static bool run_command(const char* argv[], int argc) { in run_command() function
404 if (!run_command(argv, ARRAY_SIZE(argv))) { in tune_quota()
446 if (!run_command(argv, ARRAY_SIZE(argv))) { in tune_reserved_size()
491 if (!run_command(argv, ARRAY_SIZE(argv))) { in tune_encrypt()
528 if (!run_command(argv, ARRAY_SIZE(argv))) { in tune_verity()
564 if (!run_command(argv, ARRAY_SIZE(argv))) { in tune_casefold()
603 if (!run_command(tune2fs_args, ARRAY_SIZE(tune2fs_args))) { in tune_metadata_csum()
607 } else if (!run_command(resize2fs_args, ARRAY_SIZE(resize2fs_args))) { in tune_metadata_csum()