Searched refs:make_path (Results 1 – 6 of 6) sorted by relevance
/external/skqp/tests/ |
D | DefaultPathRendererTest.cpp | 51 static SkPath make_path(const SkRect& outer, int inset, SkPath::FillType fill) { in make_path() function 75 SkPath invPath = make_path(SkRect::MakeXYWH(0, 0, kBigSize, kBigSize), in run_test() 77 SkPath path = make_path(SkRect::MakeXYWH(0, 0, kBigSize, kBigSize), in run_test()
|
/external/skia/tests/ |
D | DefaultPathRendererTest.cpp | 51 static SkPath make_path(const SkRect& outer, int inset, SkPath::FillType fill) { in make_path() function 75 SkPath invPath = make_path(SkRect::MakeXYWH(0, 0, kBigSize, kBigSize), in run_test() 77 SkPath path = make_path(SkRect::MakeXYWH(0, 0, kBigSize, kBigSize), in run_test()
|
/external/iproute2/lib/ |
D | fs.c | 76 if (make_path(mnt, 0755)) { in find_cgroup2_mount() 102 int make_path(const char *path, mode_t mode) in make_path() function
|
/external/iproute2/include/ |
D | utils.h | 256 int make_path(const char *path, mode_t mode);
|
/external/iproute2/ip/ |
D | ipvrf.c | 408 if (make_path(path, 0755)) { in vrf_switch()
|
/external/mksh/src/ |
D | misc.c | 61 static int make_path(const char *, const char *, char **, XString *, int *); 1889 make_path(const char *cwd, const char *file, in make_path() function 2219 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path); in c_cd()
|