Searched refs:getDirName (Results 1 – 4 of 4) sorted by relevance
146 std::string FilePath::getDirName (void) const in getDirName() function in de::FilePath237 DE_TEST_ASSERT(FilePath("foo/bar" ).getDirName() == "foo"); in FilePath_selfTest()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/baz" ).getDirName() == FilePath::separator + "foo" + FilePath::s… in FilePath_selfTest()260 FilePath parentPath (dirPath.getDirName()); in createDirectory()284 std::string parent = curPath.getDirName(); in createDirectoryAndParents()
61 std::string getDirName (void) const;
62 if (!de::FilePath(fullPath.getDirName()).exists()) in writeBinary()63 de::createDirectoryAndParents(fullPath.getDirName().c_str()); in writeBinary()372 if (!de::FilePath(indexPath.getDirName()).exists()) in writeIndex()373 de::createDirectoryAndParents(indexPath.getDirName().c_str()); in writeIndex()
1614 …ShaderParser subParser (m_archive, de::FilePath::join(de::FilePath(m_filename).getDirName(), … in parseImport()