| 316 | } |
| 317 | |
| 318 | const char **tmp_objdir_env(const struct tmp_objdir *t) |
| 319 | { |
| 320 | if (!t) |
| 321 | return NULL; |
| 322 | return t->env.v; |
| 323 | } |
| 324 | |
| 325 | void tmp_objdir_add_as_alternate(const struct tmp_objdir *t) |
| 326 | { |
no outgoing calls
no test coverage detected