Home
last modified time | relevance | path

Searched refs:root_dir (Results 1 – 25 of 84) sorted by relevance

1234

/third_party/boost/libs/filesystem/test/
Dcopy_test.cpp64 fs::path root_dir = fs::unique_path(); in create_tree() local
66 fs::create_directory(root_dir); in create_tree()
67 create_file(root_dir / "f1", "f1"); in create_tree()
68 create_file(root_dir / "f2", "f2"); in create_tree()
70 fs::create_directory(root_dir / "d1"); in create_tree()
71 create_file(root_dir / "d1/f1", "d1f1"); in create_tree()
73 fs::create_directory(root_dir / "d1/d1"); in create_tree()
74 create_file(root_dir / "d1/d1/f1", "d1d1f1"); in create_tree()
76 fs::create_directory(root_dir / "d1/d2"); in create_tree()
78 fs::create_directory(root_dir / "d2"); in create_tree()
[all …]
/third_party/python/Lib/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False): argument
24 return list(iglob(pathname, root_dir=root_dir, dir_fd=dir_fd, recursive=recursive))
26 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False): argument
38 sys.audit("glob.glob/2", pathname, recursive, root_dir, dir_fd)
39 if root_dir is not None:
40 root_dir = os.fspath(root_dir)
42 root_dir = pathname[:0]
43 it = _iglob(pathname, root_dir, dir_fd, recursive, False)
53 def _iglob(pathname, root_dir, dir_fd, recursive, dironly): argument
58 if _lexists(_join(root_dir, pathname), dir_fd):
[all …]
/third_party/skia/build/fuchsia/skqp/
Dappend_assets_to_manifest25 root_dir = args.root_dir variable
26 if not os.path.exists(root_dir):
27 print "--root_dir path specified: " + root_dir + " doesn't exist.\n"
58 files = subprocess.check_output(["find", root_dir, "-type", "f"])
63 if not source.startswith(root_dir):
66 dest = source[len(root_dir):]
/third_party/flutter/skia/third_party/externals/dawn/generator/
Dgenerator_lib.py173 def _compute_python_dependencies(root_dir = None): argument
174 if not root_dir:
176 root_dir = os.path.join(os.path.dirname(__file__), os.pardir)
177 root_dir = os.path.abspath(root_dir)
186 if not path.startswith(root_dir):
243 dependencies += _compute_python_dependencies(args.root_dir)
/third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/
Dmapped_resource.cc35 auto root_dir = fdio_ns_opendir(namespc); in LoadFromNamespace() local
36 if (root_dir < 0) { in LoadFromNamespace()
41 bool result = dart_utils::VmoFromFilenameAt(root_dir, path, &resource_vmo); in LoadFromNamespace()
42 close(root_dir); in LoadFromNamespace()
/third_party/skia/third_party/externals/dawn/generator/
Dremove_files.py58 root_dir = args.root_dir
64 [os.path.join(root_dir, line.strip()) for line in f.readlines()])
77 stale_dir = os.path.join(root_dir, stale_dir)
Dgenerator_lib.py193 def _compute_python_dependencies(root_dir=None): argument
194 if not root_dir:
196 root_dir = os.path.join(os.path.dirname(__file__), os.pardir)
197 root_dir = os.path.abspath(root_dir)
210 if not path.startswith(root_dir):
294 dependencies += _compute_python_dependencies(args.root_dir)
/third_party/grpc/src/ruby/end2end/
Dpackage_with_underscore_test.rb19 root_dir = File.join(File.dirname(__FILE__), '..', '..', '..')
20 pb_dir = File.join(root_dir, 'src', 'ruby', 'end2end', 'protos')
22 bins_dir = File.join(root_dir, 'cmake', 'build')
Dpackage_with_underscore_checker.rb19 root_dir = File.join(File.dirname(__FILE__), '..', '..', '..')
20 pb_dir = File.join(root_dir, 'src', 'ruby', 'end2end', 'protos')
24 bins_dir = File.join(root_dir, 'bins', bins_sub_dir)
/third_party/grpc/src/ruby/spec/pb/duplicate/
Dcodegen_spec.rb28 root_dir = File.join(File.dirname(__FILE__), '..', '..', '..', '..', '..')
31 service_path = File.join(root_dir, 'src', 'ruby', 'pb', 'grpc',
50 chdir: root_dir)
/third_party/flutter/skia/third_party/externals/zlib/google/
Dzip_writer.cc89 const base::FilePath& root_dir, in CreateWithFd() argument
99 new ZipWriter(zip_file, root_dir, file_accessor)); in CreateWithFd()
106 const base::FilePath& root_dir, in Create() argument
116 new ZipWriter(zip_file, root_dir, file_accessor)); in Create()
120 const base::FilePath& root_dir, in ZipWriter() argument
122 : zip_file_(zip_file), root_dir_(root_dir), file_accessor_(file_accessor) {} in ZipWriter()
Dzip_writer.h38 const base::FilePath& root_dir,
42 const base::FilePath& root_dir,
54 const base::FilePath& root_dir,
/third_party/node/deps/zlib/google/
Dzip_writer.cc89 const base::FilePath& root_dir, in CreateWithFd() argument
99 new ZipWriter(zip_file, root_dir, file_accessor)); in CreateWithFd()
106 const base::FilePath& root_dir, in Create() argument
116 new ZipWriter(zip_file, root_dir, file_accessor)); in Create()
120 const base::FilePath& root_dir, in ZipWriter() argument
122 : zip_file_(zip_file), root_dir_(root_dir), file_accessor_(file_accessor) {} in ZipWriter()
Dzip_writer.h38 const base::FilePath& root_dir,
42 const base::FilePath& root_dir,
54 const base::FilePath& root_dir,
/third_party/skia/third_party/externals/zlib/google/
Dzip_writer.cc90 const base::FilePath& root_dir, in CreateWithFd() argument
100 new ZipWriter(zip_file, root_dir, file_accessor)); in CreateWithFd()
107 const base::FilePath& root_dir, in Create() argument
117 new ZipWriter(zip_file, root_dir, file_accessor)); in Create()
121 const base::FilePath& root_dir, in ZipWriter() argument
123 : zip_file_(zip_file), root_dir_(root_dir), file_accessor_(file_accessor) {} in ZipWriter()
Dzip_writer.h38 const base::FilePath& root_dir,
42 const base::FilePath& root_dir,
54 const base::FilePath& root_dir,
/third_party/json/benchmarks/thirdparty/benchmark/
Dmingw.py233 root_dir = os.path.join(location, slug, 'mingw64')
235 root_dir = os.path.join(location, slug, 'mingw32')
240 if not os.path.exists(root_dir):
242 if downloaded != root_dir:
244 % (downloaded, root_dir))
246 return root_dir
302 root_dir = root(location = args.location, arch = args.arch,
307 sys.stdout.write('%s\n' % os.path.join(root_dir, 'bin'))
/third_party/python/Lib/distutils/
Darchive_util.py206 def make_archive(base_name, format, root_dir=None, base_dir=None, verbose=0, argument
225 if root_dir is not None:
226 log.debug("changing into '%s'", root_dir)
229 os.chdir(root_dir)
252 if root_dir is not None:
/third_party/python/Doc/library/
Dglob.rst39 .. function:: glob(pathname, *, root_dir=None, dir_fd=None, recursive=False)
50 If *root_dir* is not ``None``, it should be a :term:`path-like object`
54 *root_dir*.
68 .. audit-event:: glob.glob/2 pathname,recursive,root_dir,dir_fd glob.glob
78 Added the *root_dir* and *dir_fd* parameters.
81 .. function:: iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False)
87 .. audit-event:: glob.glob/2 pathname,recursive,root_dir,dir_fd glob.iglob
93 Added the *root_dir* and *dir_fd* parameters.
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/source/
Dsbu_node.cc49 Path root_dir(dataset_dir_); in ValidateParams() local
51 Path url_path = root_dir / Path("SBU_captioned_photo_dataset_urls.txt"); in ValidateParams()
52 Path caption_path = root_dir / Path("SBU_captioned_photo_dataset_captions.txt"); in ValidateParams()
53 Path image_path = root_dir / Path("sbu_images"); in ValidateParams()
/third_party/jerryscript/targets/mbedos5/tools/
Dgenerate_pins.py57 def find_file(root_dir, directories, name): argument
69 for root, dirs, files in os.walk(root_dir, topdown=True):
77 def enumerate_includes(root_dir, directories): argument
82 for root, dirs, _ in os.walk(root_dir, topdown=True):
/third_party/ninja/misc/
Dwrite_fake_manifests.py136 def write_sources(target, root_dir): argument
154 cc_path = os.path.join(root_dir, cc_filename)
251 root_dir = args.outdir
260 with FileWriter(os.path.join(root_dir, target.ninja_file_path)) as n:
264 write_sources(target, root_dir)
266 with FileWriter(os.path.join(root_dir, 'build.ninja')) as master_ninja:
/third_party/cef/tools/
Dyapf_util.py13 root_dir = os.path.join(script_dir, os.pardir) variable
18 result = exec_cmd("%s %s/yapf" % (sys.executable, script_dir), root_dir,
Dclang_util.py13 root_dir = os.path.join(script_dir, os.pardir) variable
26 root_dir, file_contents.encode('utf-8'))
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Drun_code_generation.py18 root_dir = os.path.abspath(os.path.join(script_dir, '..')) variable
27 return os.path.dirname(os.path.abspath(os.path.join(root_dir, script)))
38 return os.path.relpath(os.path.join(os.path.dirname(script_path), relative_path), root_dir)
67 os.chdir(root_dir)

1234