Searched refs:getDirName (Results 1 – 5 of 5) 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;
113 if (!de::FilePath(filePath.getDirName()).exists()) in writeBinary()114 de::createDirectoryAndParents(filePath.getDirName().c_str()); in writeBinary()551 if (!de::FilePath(indexPath.getDirName()).exists()) in writeToPath()552 de::createDirectoryAndParents(indexPath.getDirName().c_str()); in writeToPath()
495 if (!de::FilePath(filePath.getDirName()).exists()) in shadercacheSave()496 de::createDirectoryAndParents(filePath.getDirName().c_str()); in shadercacheSave()
1591 …ShaderParser subParser (m_archive, de::FilePath::join(de::FilePath(m_filename).getDirName(), … in parseImport()