Home
last modified time | relevance | path

Searched refs:getDirName (Results 1 – 2 of 2) sorted by relevance

/external/deqp/framework/delibs/decpp/
DdeFilePath.cpp147 std::string FilePath::getDirName (void) const in getDirName() function in de::FilePath
238 DE_TEST_ASSERT(FilePath("foo/bar" ).getDirName() == "foo"); in FilePath_selfTest()
239 DE_TEST_ASSERT(FilePath("foo/bar/" ).getDirName() == "foo"); in FilePath_selfTest()
240 DE_TEST_ASSERT(FilePath("foo\\bar" ).getDirName() == "foo"); in FilePath_selfTest()
241 DE_TEST_ASSERT(FilePath("foo\\bar\\" ).getDirName() == "foo"); in FilePath_selfTest()
260 FilePath parentPath (dirPath.getDirName()); in createDirectory()
284 std::string parent = curPath.getDirName(); in createDirectoryAndParents()
DdeFilePath.hpp61 std::string getDirName (void) const;