Home | History | Annotate | Download | only in common

Lines Matching refs:cur

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