/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_pathlib_test.py | 258 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 …]
|
D | fake_os_test.py | 63 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 …]
|
D | fake_open_test.py | 48 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 …]
|
D | fake_filesystem_shutil_test.py | 63 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 …]
|
D | test_utils.py | 245 link_path = self.make_path('link') 261 def make_path(self, *args): member in RealFsTestMixin
|
D | fake_stat_time_test.py | 31 self.file_path = self.make_path('some_file')
|
/external/skia/tests/ |
D | DefaultPathRendererTest.cpp | 54 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/ |
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/docs/examples/ |
D | count_verbs.cpp | 7 static SkPath make_path(const SkFont& font) { in make_path() function 33 SkPath path = make_path(font); in draw()
|
/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/skia/gm/ |
D | perspshaders.cpp | 186 static SkPath make_path() { in make_path() function 206 SkPath path = make_path();
|
/external/skia/samplecode/ |
D | SampleClip.cpp | 280 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/ |
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 | 62 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()
|