Searched refs:path3 (Results 1 - 5 of 5) sorted by relevance
/third_party/ltp/testcases/kernel/syscalls/symlink/ |
H A D | symlink01.c | 316 int creat_both(char *path1, char *path2, char *path3); 318 int creat_path_max(char *path1, char *path2, char *path3); 319 int ck_symlink(char *path1, char *path2, char *path3); 321 int ck_object(char *path1, char *path2, char *path3); 322 int ck_both(char *path1, char *path2, char *path3); 323 int ck_path_max(char *path1, char *path2, char *path3); 333 int (*test_setup) (char *path1, char *path2, char *path3); 334 int (*ck_test) (char *path1, char *path2, char *path3); 714 int creat_both(char *path1, char *path2, char *path3) in creat_both() argument 718 else if (creat_object(path3) in creat_both() 732 ck_symlink(char *path1, char *path2, char *path3) ck_symlink() argument 761 ck_both(char *path1, char *path2, char *path3) ck_both() argument 796 creat_path_max(char *path1, char *path2, char *path3) creat_path_max() argument 835 ck_path_max(char *path1, char *path2, char *path3) ck_path_max() argument 859 ck_object(char *path1, char *path2, char *path3) ck_object() argument [all...] |
/third_party/skia/gm/ |
H A D | strokefill.cpp | 316 SkPath path3; in DEF_SIMPLE_GM_BG_NAME() local 317 path3.setFillType(SkPathFillType::kWinding); in DEF_SIMPLE_GM_BG_NAME() 318 path3.addRect(r, SkPathDirection::kCW); in DEF_SIMPLE_GM_BG_NAME() 320 path3.addRect(r, SkPathDirection::kCCW); in DEF_SIMPLE_GM_BG_NAME() 321 canvas->drawPath(path3, paint); in DEF_SIMPLE_GM_BG_NAME()
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | OpenArchive.cpp | 3134 UString path3 = path2;
3135 path3.Add_Dot();
3136 path3 += ai.GetMainExt(); // "7z" for SFX.
3137 Path = path3;
3142 Path = path3;
|
/third_party/skia/tests/ |
H A D | PathOpsBuildUseTest.cpp | 68 SkPath path3(path); in build1_1() 69 builder.add(path3, (SkPathOp) 2); in build1_1()
|
H A D | PathOpsIssue3651.cpp | 480 static SkPath path3() { in path3() function 1213 SkPath path = path3(); in issue3651_2()
|
Completed in 18 milliseconds