Lines Matching refs:tp_url
5850 OUString tp_url; in TEST_F() local
5851 FileBase::getFileURLFromSystemPath(path, tp_url); in TEST_F()
5853 FileBase::RC rc = Directory::createPath(tp_url); in TEST_F()
5866 OUString tp_url;
5867 FileBase::getFileURLFromSystemPath(tp_unc, tp_url);
5869 FileBase::RC rc = Directory::createPath(tp_url);
5888 OUString tp_url = get_test_path(); in TEST_F() local
5890 rm_test_path(tp_url); in TEST_F()
5892 FileBase::RC rc = Directory::createPath(tp_url); in TEST_F()
5900 OUString tp_url = get_test_path(); in TEST_F() local
5902 rm_test_path(tp_url); in TEST_F()
5905 FileBase::RC rc = Directory::createPath(tp_url, observer); in TEST_F()