Searched refs:cwd (Results 1 – 4 of 4) sorted by relevance
1149 char* cwd = getcwd(NULL, 0); in PickOptions() local1150 if (cwd != NULL) { in PickOptions()1151 output = std::string(cwd) + "/" + output; in PickOptions()1152 free(cwd); in PickOptions()
417 cwd=ltp_configs.LTPBINPATH,474 cwd=ltp_configs.LTPBINPATH,
60 stdout = _ExecuteCommand(cmd, cwd=build_top_dir)
157 cmd, stderr=ferr, stdout=fout, cwd=outdir)