Home
last modified time | relevance | path

Searched refs:make_path (Results 1 – 6 of 6) sorted by relevance

/external/skqp/tests/
DDefaultPathRendererTest.cpp51 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/
DDefaultPathRendererTest.cpp51 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/
Dfs.c76 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/
Dutils.h256 int make_path(const char *path, mode_t mode);
/external/iproute2/ip/
Dipvrf.c408 if (make_path(path, 0755)) { in vrf_switch()
/external/mksh/src/
Dmisc.c61 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()