Searched refs:abs_path (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/bin/tests/system/
H A Dstart.pl27 use Cwd 'abs_path';
65 my $topdir = abs_path("$test/..");
66 my $testdir = abs_path("$test");
H A Dstop.pl26 use Cwd 'abs_path';
56 my $testdir = abs_path($test);
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Dfs.cpp165 const atf::fs::path& abs_path = in_path.is_absolute() ? local
171 if (unmount(abs_path.c_str(), 0) == -1) {
189 atf::process::argv_array argv("umount", abs_path.c_str(), NULL);

Completed in 6 milliseconds