Searched refs:getDirName (Results 1 – 2 of 2) sorted by relevance
147 std::string FilePath::getDirName (void) const in getDirName() function in de::FilePath238 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()
61 std::string getDirName (void) const;