Home
last modified time | relevance | path

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

/build/ohos/ndk/
Darchive_ndk.py44 def do_archive(output, directory, prefix, compress_fn): argument
46 for root, _, filenames in os.walk(directory):
53 zip_path = os.path.join(prefix, os.path.relpath(f, directory))
55 zip_path = os.path.relpath(f, directory)
67 for directory in [os_irrelevant_dir, os_specific_dir]:
68 do_archive(output, directory, prefix, compress_fn)
Dndk.gni252 # dest_dir: Root directory where sources are copied to.
347 # dest_dir: Root directory where sources are copied to.
434 # dest_dir: Root directory where sources are copied to.
446 # dest_dir: Root directory where sources are copied to.
DBUILD.gn192 "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.py64 for directory in options.resources_dir:
65 depfiles += (build_utils.get_all_files(directory))
/build/lite/
DREADME.md41 1. **hb set**: Set the OpenHarmony source code directory and the product to build.
44 …pment board, kernel, and system components\) and generate the **out** directory and **ninja** …
52 build/lite # Primary directory
74 - Run the following command in the root directory of the source code:
122 … - You can run **hb set -root** _\[ROOT\_PATH\]_ to set the root directory of the source code.
167 …- If you run **hb build** with no argument, the previously configured code directory, product,…
174 …e **out** directory, and leave the **args.gn** and **build.log** files only. To clear files …
/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.gni116 # Dependencies are listed relative to the script directory, but inputs
161 # 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"
204 # almost always be outside of the //build directory!).
282 # different host platform tools directory.
/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/config/ohos/
Dcopy_ex.gni7 # Copy a list of file into a destination directory. Potentially renaming
12 # dest: Destination directory path.
/build/
Dprint_python_deps.py64 def _find_python_in_directory(directory): argument
66 for root, _dirnames, filenames in os.walk(directory):
Dohos_var.gni172 # Compile and generate output directory
/build/lite/ndk/doc/config/
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 …]
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 …]
/build/templates/idl/
Dohos_idl.gni91 "--generated-src-directory",
/build/ohos/app/
Dapp.gni72 # source_dir: js assets directory, only one directory supported, string not list.
/build/ohos/sdk/
DBUILD.gn133 "Notices for files contained in SDK in this directory:",
/build/toolchain/mac/
DBUILD.gn114 # Object files go in this directory. Use label_name instead of
116 # unique in the directory.
/build/scripts/util/
Dbuild_utils.py75 def find_in_directory(directory, filename_filter): argument
77 for root, _dirnames, filenames in os.walk(directory):
/build/config/compiler/
DBUILD.gn466 # different build directory like "out/feature_a" and "out/feature_b" if
478 # Absolutize source file path for PDB. Pass the real build directory
486 # base directory for paths in the pdb. This makes the pdb output
487 # fully deterministic and independent of the build directory.
1145 # .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:",