HomeSort by relevance Sort by last modified time
    Searched defs:getDirName (Results 1 - 2 of 2) sorted by null

  /cts/tools/utils/
rm_dup_holo_imgs.py 43 portDir = getDirName(density, sw, False)
44 landDir = getDirName(density, sw, True)
61 def getDirName(density, sw, land):
  /external/deqp/framework/delibs/decpp/
deFilePath.cpp 146 std::string FilePath::getDirName (void) const
237 DE_TEST_ASSERT(FilePath("foo/bar" ).getDirName() == "foo");
238 DE_TEST_ASSERT(FilePath("foo/bar/" ).getDirName() == "foo");
239 DE_TEST_ASSERT(FilePath("foo\\bar" ).getDirName() == "foo");
240 DE_TEST_ASSERT(FilePath("foo\\bar\\" ).getDirName() == "foo");
241 DE_TEST_ASSERT(FilePath("/foo/bar/baz" ).getDirName() == FilePath::separator + "foo" + FilePath::separator + "bar");
260 FilePath parentPath (dirPath.getDirName());
284 std::string parent = curPath.getDirName();

Completed in 970 milliseconds