Searched refs:leaf_name (Results 1 - 8 of 8) sorted by relevance

/bind-9.6-ESV-R11/unit/atf-src/atf-c++/detail/
H A Dfs.hpp134 std::string leaf_name(void) const;
H A Dfs_test.cpp147 set_md_var("descr", "Tests the path::leaf_name function");
153 ATF_REQUIRE_EQ(path(".").leaf_name(), ".");
154 ATF_REQUIRE_EQ(path("foo").leaf_name(), "foo");
155 ATF_REQUIRE_EQ(path("foo/bar").leaf_name(), "bar");
156 ATF_REQUIRE_EQ(path("/foo").leaf_name(), "foo");
157 ATF_REQUIRE_EQ(path("/foo/bar").leaf_name(), "bar");
H A Dfs.cpp190 impl::path::leaf_name(void) function in class:impl::path
H A Dprocess_test.cpp67 argv.push_back(get_process_helpers_path(tc).leaf_name());
/bind-9.6-ESV-R11/unit/atf-src/atf-run/
H A Datf-run.cpp130 (tp.leaf_name().substr(0, max_core_name_length) + ".core");
138 const atf::process::argv_array args(gdb.leaf_name().c_str(), "-batch",
H A Datffile.cpp313 dir.erase(filename.leaf_name());
H A Dtest-program.cpp292 argv.push_back(params->executable.leaf_name());
319 argv.push_back(absolute_executable.leaf_name());
/bind-9.6-ESV-R11/unit/atf-src/atf-c++/
H A Dtests.cpp528 if (m_srcdir.leaf_name() == ".libs")

Completed in 43 milliseconds