Home
last modified time | relevance | path

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

/external/deqp/framework/delibs/decpp/
DdeFilePath.cpp146 std::string FilePath::getDirName (void) const in getDirName() function in de::FilePath
237 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()
DdeFilePath.hpp61 std::string getDirName (void) const;
/external/deqp/external/vulkancts/framework/vulkan/
DvkBinaryRegistry.cpp62 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()
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp1614 …ShaderParser subParser (m_archive, de::FilePath::join(de::FilePath(m_filename).getDirName(), … in parseImport()