Home
last modified time | relevance | path

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

/external/python/pyfakefs/pyfakefs/tests/
Dfake_pathlib_test.py258 self.file_path = self.make_path('home', 'jane', 'test.py')
260 self.create_dir(self.make_path('home', 'john'))
265 self.create_symlink(self.make_path('john'),
266 self.make_path('home', 'john'))
267 self.file_link_path = self.make_path('test.py')
269 self.create_symlink(self.make_path('broken_dir_link'),
270 self.make_path('home', 'none'))
271 self.create_symlink(self.make_path('broken_file_link'),
272 self.make_path('home', 'none', 'test.py'))
278 self.make_path('home', 'jane')).exists())
[all …]
Dfake_os_test.py63 directory = self.make_path('foo')
69 directory = self.make_path('no', 'such', 'directory')
74 filename = self.make_path('foo', 'bar')
80 dir1 = self.make_path('foo')
108 dirname = self.make_path('foo', 'bar')
117 directory = self.make_path('xyzzy', 'plugh')
129 dir_path = self.make_path('xyzzy', 'plugh')
139 directory_root = self.make_path('xyzzy')
143 self.create_file(self.make_path(directory, 'foo'))
148 directory = self.make_path('xyzzy')
[all …]
Dfake_open_test.py48 file_path = self.make_path('foo', 'bar.txt')
63 file_path = self.make_path('czar')
81 file_path = self.make_path('foo')
93 file_path = self.make_path('foo')
104 file_path = self.make_path('foo')
114 file_path = self.make_path('foo')
129 file_path = self.make_path('bar.txt')
139 file_path = self.make_path('abbey_road', 'maxwell')
157 file_path = self.make_path('bar.txt')
167 file_path = self.make_path('abbey_road', 'maxwell')
[all …]
Dfake_filesystem_shutil_test.py63 directory = self.make_path('xyzzy')
75 directory = self.make_path('xyzzy')
88 dir_path = self.make_path('foo')
100 dir_path = self.make_path('foo')
116 dir_path = self.make_path('foo')
127 dir_path = self.make_path('foo')
151 directory = self.make_path('nonexisting')
173 src_file = self.make_path('xyzzy')
174 dst_file = self.make_path('xyzzy_copy')
184 src_file = self.make_path('xyzzy')
[all …]
Dtest_utils.py245 link_path = self.make_path('link')
261 def make_path(self, *args): member in RealFsTestMixin
Dfake_stat_time_test.py31 self.file_path = self.make_path('some_file')
/external/skia/tests/
DDefaultPathRendererTest.cpp54 static SkPath make_path(const SkRect& outer, int inset, SkPathFillType fill) { in make_path() function
78 SkPath invPath = make_path(SkRect::MakeXYWH(0, 0, kBigSize, kBigSize), in run_test()
80 SkPath path = make_path(SkRect::MakeXYWH(0, 0, kBigSize, kBigSize), in run_test()
/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/docs/examples/
Dcount_verbs.cpp7 static SkPath make_path(const SkFont& font) { in make_path() function
33 SkPath path = make_path(font); in draw()
/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/skia/gm/
Dperspshaders.cpp186 static SkPath make_path() { in make_path() function
206 SkPath path = make_path();
/external/skia/samplecode/
DSampleClip.cpp280 static SkPath make_path() { in make_path() function
308 fPath = make_path(); in onOnceBeforeDraw()
361 fPath = make_path(); in onOnceBeforeDraw()
499 fPath = make_path(); in onOnceBeforeDraw()
/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.c62 static int make_path(const char *, const char *, char **, XString *, int *);
1940 make_path(const char *cwd, const char *file, in make_path() function
2269 cdnode = make_path(current_wd, dir, &cdpath, &xs, &phys_path); in c_cd()