Searched refs:CMD_WORK_TREE (Results 1 – 2 of 2) sorted by relevance
12 #define CMD_WORK_TREE "--work-tree=" macro
188 } else if (!prefixcmp(cmd, CMD_WORK_TREE)) { in handle_options()189 setenv(PERF_WORK_TREE_ENVIRONMENT, cmd + strlen(CMD_WORK_TREE), 1); in handle_options()