Home
last modified time | relevance | path

Searched refs:getDirName (Results 1 – 5 of 5) 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.cpp113 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()
DvkPrograms.cpp495 if (!de::FilePath(filePath.getDirName()).exists()) in shadercacheSave()
496 de::createDirectoryAndParents(filePath.getDirName().c_str()); in shadercacheSave()
/external/deqp/framework/opengl/
DgluShaderLibrary.cpp1591 …ShaderParser subParser (m_archive, de::FilePath::join(de::FilePath(m_filename).getDirName(), … in parseImport()