Searched refs:OPT_ROOT (Results 1 – 2 of 2) sorted by relevance
| /OK3568_Linux_fs/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()
|
| /OK3568_Linux_fs/u-boot/tools/rockchip/ |
| 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()
|