Lines Matching refs:p2
19 // Next, move the whole tree p1 -> p2.
22 // RUN: mv %t/p1 %t/p2
23 // RUN: cd %t/p2
29 // RUN: mkdir %t/p2/c
30 // RUN: grep "<CM>" %s > %t/p2/c/c.modulemap
31 // RUN: grep "<CH>" %s > %t/p2/c/c.h
37 // (unrelated) a.modulemap in the path p2/p2.
39 // RUN: rm %t/p2/a.modulemap
40 // RUN: mkdir -p %t/p2/p2
41 // RUN: touch %t/p2/p2/a.modulemap
46 // p2/p2/a.modulemap via the path c/../p2/a.modulemap, which is not the correct
49 // RUN: grep "<CC>" %s > %t/p2/c/c.cpp