Home | History | Annotate | Download | only in common

Lines Matching refs:cur

18       base::FilePath cur;
19 if (!PathService::Get(base::DIR_SOURCE_ROOT, &cur))
21 cur = cur.Append(FILE_PATH_LITERAL("content"));
22 cur = cur.Append(FILE_PATH_LITERAL("test"));
23 cur = cur.Append(FILE_PATH_LITERAL("data"));
24 if (!base::PathExists(cur)) // we don't want to create this
27 *result = cur;