Searched refs:working_dir (Results 1 – 8 of 8) sorted by relevance
120 $working_dir = $opt{'w'};122 $working_dir = '';124 if ($working_dir =~ /'/) {131 $working_dir));196 if ($working_dir) {198 if (! -d $working_dir) {199 if (! mkpath($working_dir) || ! -d $working_dir) {200 exiter(nocreatedir($working_dir, $!));203 if (! dir_is_empty($working_dir)) {205 $working_dir = create_tmp_dir($working_dir);[all …]
77 if (! defined($working_dir) || ! -d $working_dir) {79 "cannot locate working directory: %s\n"), $working_dir));162 $tout .= "\n $working_dir\n\n";418 my $cnt_file = "$working_dir/ProblemCount";515 my $report_file = "$working_dir/Report";
54 $working_dir262 my $object_directory = $working_dir;316 $outfile = "$working_dir/$outfile/info.file";360 $outfile = "$working_dir/$outfile/info.dump";414 $outfile = "$working_dir/$outfile/profile.dynamic.ldd";498 $outfile = "$working_dir/$outfile/profile.dynamic";626 $return_code_file = "$working_dir/ResultCode";1223 $outfile = "$working_dir/$outfile/info.arch";1484 my $cache_file = "$working_dir/AbiIndex";
95 if (! defined($working_dir) || ! -d $working_dir) {97 "cannot locate working directory: %s\n"), $working_dir));
79 if (! defined($working_dir) || ! -d $working_dir) {81 "cannot locate working directory: %s\n"), $working_dir));
288 char *working_dir; /* NULL for :default */ member
3108 cip->working_dir = strdup(cip->pwd.pw_dir); in restarter_get_method_context()3109 if (cip->working_dir == NULL) { in restarter_get_method_context()3114 cip->working_dir = strdup(cip->vbuf); in restarter_get_method_context()3115 if (cip->working_dir == NULL) { in restarter_get_method_context()3430 free(cip->working_dir); in restarter_get_method_context()3449 free(cip->working_dir); in restarter_get_method_context()3450 cip->working_dir = NULL; in restarter_get_method_context()3792 if (cip->working_dir != NULL) { in restarter_set_method_context()3794 r = chdir(cip->working_dir); in restarter_set_method_context()3826 free(mcp->working_dir); in restarter_free_method_context()
536 strerror(rsmc_errno), mcp->working_dir); in exec_method()