Searched refs:program_path (Results 1 – 2 of 2) sorted by relevance
11 set program_path=%prefix%\Unbound variable12 set uc=%program_path%\unbound-control.exe30 echo Loading cache from %program_path%\%fname%31 dir /a %program_path%\%fname%32 type %program_path%\%fname%|%uc% load_cache41 echo Saving cache to %program_path%\%fname%42 %uc% dump_cache>%program_path%\%fname%43 dir /a %program_path%\%fname%49 echo Loading cache from %program_path%\%fname%50 dir /a %program_path%\%fname%[all …]
111 std::string program_path = "/bin/sh"; in operator ()() local114 program_path = shell; in operator ()()122 process::exec(utils::fs::path(program_path), av); in operator ()()