Home | History | Annotate | Download | only in test

Lines Matching defs:cur

17   base::FilePath cur;
23 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
25 cur = cur.Append(FILE_PATH_LITERAL("sql"));
26 cur = cur.Append(FILE_PATH_LITERAL("test"));
27 cur = cur.Append(FILE_PATH_LITERAL("data"));
28 if (!base::PathExists(cur)) // we don't want to create this
35 *result = cur;