Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 26) sorted by relevance

12

/build/ohos/ndk/
Darchive_ndk.py45 def do_archive(output, directory, prefix, compress_fn, filter_file_name): argument
47 for root, _, filenames in os.walk(directory):
55 zip_path = os.path.join(prefix, os.path.relpath(f, directory))
57 zip_path = os.path.relpath(f, directory)
69 for directory in [os_irrelevant_dir, os_specific_dir]:
70 do_archive(output, directory, prefix, compress_fn, filter_file_name)
Dndk.gni257 # dest_dir: Root directory where sources are copied to.
350 # dest_dir: Root directory where sources are copied to.
467 # dest_dir: Root directory where sources are copied to.
479 # dest_dir: Root directory where sources are copied to.
DBUILD.gn195 "Notices for files and software contained in sdk-native in this directory:",
/build/scripts/
Dcompile_resources.py67 for directory in options.resources_dir:
68 dest_res_dir = os.path.join(res_dir, os.path.dirname(directory))
69 shutil.copytree(os.path.dirname(directory), dest_res_dir)
98 for directory in options.resources_dir:
99 depfiles += (build_utils.get_all_files(directory))
Dmerge_profile.py66 for directory in options.resources_dir:
67 depfiles += (build_utils.get_all_files(directory))
/build/ohos/sdk/
Dcheck_sdk_completeness.py138 for directory in sdk_check_directories:
140 if file.startswith(directory):
141 sdk_check_directories_set.discard(directory)
153 for directory in sdk_unpacked_directories:
154 missing_set.add(directory)
DBUILD.gn136 "Notices for files contained in SDK in this directory:",
/build/config/
Dzip.gni8 # List of input files relative to the current directory.
14 # If provided, the archive paths will be relative to this directory.
Dpython.gni114 # Dependencies are listed relative to the script directory, but inputs
157 # Dependencies are listed relative to the script directory, but inputs
DBUILDCONFIG.gn10 # build args (args.gn) for the build directory and after the toplevel ".gn"
243 # almost always be outside of the //build directory!).
324 # different host platform tools directory.
/build/hb/
DREADME.md32 1. **hb set**: Set the OpenHarmony source code directory and the product to build.
35 …pment board, kernel, and system components\) and generate the **out** directory and **ninja** …
50 - Run the following command in the root directory of the source code:
81 … - You can run **hb set -root** _\[ROOT\_PATH\]_ to set the root directory of the source code.
175 …- If you run **hb build** with no argument, the previously configured code directory, product,…
180directory, it will detect whether bundle.json exists in the current directory. If it exists, it wi…
184 …e **out** directory, and leave the **args.gn** and **build.log** files only. To clear files …
194 …--clean-out-product Default:False. Help:clean out/{product} directory that generated by last c…
195 … --clean-ccache Default:False. Help:clean .ccache directory which is in OHOS root
211 …. Help:Lists all targets matching the given pattern for the given build directory. You could use t…
[all …]
DREADME_zh.md195 …--clean-out-product Default:False. Help:clean out/{product} directory that generated by last c…
196 … --clean-ccache Default:False. Help:clean .ccache directory which is in OHOS root
212 …. Help:Lists all targets matching the given pattern for the given build directory. You could use t…
222 …--clean CLEAN Default:[]. Help:Deletes the contents of the output directory except f…
/build/config/ohos/
Dcopy_ex.gni7 # Copy a list of file into a destination directory. Potentially renaming
12 # dest: Destination directory path.
/build/config/gcc/
DBUILD.gn55 # step will put the directory where the build generates shared libraries into
59 # libraries in the build directory that we expect to be automatically loaded.
63 # libraries from the current directory. As long as these aren't distributed,
118 # relative to the build directory. ${root_out_dir} will be a
/build/
Dprint_python_deps.py64 def _find_python_in_directory(directory): argument
66 for root, _dirnames, filenames in os.walk(directory):
Dohos_var.gni233 # Compile and generate output directory
/build/lite/ndk/doc/config/
DDoxyfile_CPP67 # to the output directory.
74 # left blank the current directory will be used.
79 # directories (in 2 levels) under the output directory of each output format and
82 # putting all generated files in the same directory would otherwise causes
155 # If left blank the directory from which doxygen is run is used as the path to
159 # will be relative from the directory where doxygen is started.
675 # Note that if you run doxygen from a directory containing a file called
759 # Note: If this tag is empty the current directory is searched.
791 # subdirectory from a directory tree whose root is specified with the INPUT tag.
793 # Note that relative paths are relative to the directory from which doxygen is
[all …]
DDoxyfile_C67 # to the output directory.
74 # left blank the current directory will be used.
79 # directories (in 2 levels) under the output directory of each output format and
82 # putting all generated files in the same directory would otherwise causes
155 # If left blank the directory from which doxygen is run is used as the path to
159 # will be relative from the directory where doxygen is started.
675 # Note that if you run doxygen from a directory containing a file called
759 # Note: If this tag is empty the current directory is searched.
791 # subdirectory from a directory tree whose root is specified with the INPUT tag.
793 # Note that relative paths are relative to the directory from which doxygen is
[all …]
/build/templates/idl/
Dohos_idl.gni91 "--generated-src-directory",
/build/tools/component_tools/static_check/
Dcsct.py115 (the current directory by default).",
/build/scripts/util/
Dbuild_utils.py75 def find_in_directory(directory, filename_filter): argument
77 for root, _dirnames, filenames in os.walk(directory):
/build/toolchain/mac/
DBUILD.gn114 # Object files go in this directory. Use label_name instead of
116 # unique in the directory.
/build/ohos/app/
Dapp.gni72 # source_dir: js assets directory, only one directory supported, string not list.
/build/config/compiler/
DBUILD.gn458 # different build directory like "out/feature_a" and "out/feature_b" if
470 # Absolutize source file path for PDB. Pass the real build directory
478 # base directory for paths in the pdb. This makes the pdb output
479 # fully deterministic and independent of the build directory.
1171 # .o files, instead of just references to .o files in the build directory
/build/ohos/packages/
DBUILD.gn198 "Notices for files contained in the system filesystem image in this directory:",

12