Searched refs:OPT_ROOT (Results 1 - 2 of 2) sorted by relevance
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | resource_tool.c | 609 #define OPT_ROOT "--root=" macro 1136 printf("\t" OPT_ROOT "path" in usage() 1181 } else if (!memcmp(OPT_ROOT, arg, strlen(OPT_ROOT))) { in main() 1182 snprintf(root_path, sizeof(root_path), "%s", arg + strlen(OPT_ROOT)); in main()
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | resource_tool.c | 626 #define OPT_ROOT "--root=" macro 1156 printf("\t" OPT_ROOT "path" in usage() 1201 } else if (!memcmp(OPT_ROOT, arg, strlen(OPT_ROOT))) { in main() 1202 snprintf(root_path, sizeof(root_path), "%s", arg + strlen(OPT_ROOT)); in main()
|
Completed in 5 milliseconds