Lines Matching refs:createPath
5806 class createPath : public ::testing::Test class
5810 createPath() in createPath() function in osl_Directory::createPath
5839 TEST_F(createPath, at_invalid_logical_drive) in TEST_F() argument
5853 FileBase::RC rc = Directory::createPath(tp_url); in TEST_F()
5862 TEST_F(createPath, with_UNC_path)
5869 FileBase::RC rc = Directory::createPath(tp_url);
5877 TEST_F(createPath, with_relative_path) in TEST_F() argument
5879 FileBase::RC rc = Directory::createPath( in TEST_F()
5886 TEST_F(createPath, without_callback) in TEST_F() argument
5892 FileBase::RC rc = Directory::createPath(tp_url); in TEST_F()
5898 TEST_F(createPath, with_callback) in TEST_F() argument
5905 FileBase::RC rc = Directory::createPath(tp_url, observer); in TEST_F()