Home | History | Annotate | Download | only in bin

Lines Matching refs:Cwd

70 use Cwd qw /abs_path getcwd/;
161 our $cwd = `pwd`; # Current working directory
165 our $base_directory; # Base directory (cwd of gcc during compilation)
179 chomp($cwd);
212 $tool_dir = "$cwd/$tool_dir";
858 my $cwd = getcwd();
891 chdir($cwd);
945 my $cwd = getcwd();
988 chdir($cwd);