Searched refs:p2 (Results 1 – 3 of 3) sorted by relevance
/build/soong/android/ |
D | paths_test.go | 1020 p2 := p.ReplaceExtension(ctx, "oat") 1021 fmt.Println(p, p2) 1022 fmt.Println(p.Rel(), p2.Rel()) 1034 p2 := p.InSameDir(ctx, "oat", "arm", "boot.vdex") 1035 fmt.Println(p, p2) 1036 fmt.Println(p.Rel(), p2.Rel())
|
/build/kati/ |
D | string_piece.h | 171 static int wordmemcmp(const char* p, const char* p2, size_type N) { in wordmemcmp() argument 172 return memcmp(p, p2, N); in wordmemcmp()
|
/build/make/tools/releasetools/ |
D | common.py | 591 p2 = Run(["minigzip"], stdin=p1.stdout, stdout=ramdisk_img.file.fileno()) 593 p2.wait() 596 assert p2.returncode == 0, "minigzip of %s ramdisk failed" % (sourcedir,)
|