Searched refs:directory (Results 1 – 22 of 22) sorted by relevance
/build/ohos/ndk/ |
D | archive_ndk.py | 44 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)
|
D | ndk.gni | 252 # 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.
|
D | BUILD.gn | 192 "Notices for files and software contained in sdk-native in this directory:",
|
/build/scripts/ |
D | compile_resources.py | 67 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))
|
D | merge_profile.py | 64 for directory in options.resources_dir: 65 depfiles += (build_utils.get_all_files(directory))
|
/build/lite/ |
D | README.md | 41 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/ |
D | zip.gni | 8 # List of input files relative to the current directory. 14 # If provided, the archive paths will be relative to this directory.
|
D | python.gni | 116 # Dependencies are listed relative to the script directory, but inputs 161 # Dependencies are listed relative to the script directory, but inputs
|
D | BUILDCONFIG.gn | 10 # 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/ |
D | BUILD.gn | 55 # 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/ |
D | copy_ex.gni | 7 # Copy a list of file into a destination directory. Potentially renaming 12 # dest: Destination directory path.
|
/build/ |
D | print_python_deps.py | 64 def _find_python_in_directory(directory): argument 66 for root, _dirnames, filenames in os.walk(directory):
|
D | ohos_var.gni | 172 # Compile and generate output directory
|
/build/lite/ndk/doc/config/ |
D | Doxyfile_C | 67 # 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 …]
|
D | Doxyfile_CPP | 67 # 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/ |
D | ohos_idl.gni | 91 "--generated-src-directory",
|
/build/ohos/app/ |
D | app.gni | 72 # source_dir: js assets directory, only one directory supported, string not list.
|
/build/ohos/sdk/ |
D | BUILD.gn | 133 "Notices for files contained in SDK in this directory:",
|
/build/toolchain/mac/ |
D | BUILD.gn | 114 # Object files go in this directory. Use label_name instead of 116 # unique in the directory.
|
/build/scripts/util/ |
D | build_utils.py | 75 def find_in_directory(directory, filename_filter): argument 77 for root, _dirnames, filenames in os.walk(directory):
|
/build/config/compiler/ |
D | BUILD.gn | 466 # 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/ |
D | BUILD.gn | 198 "Notices for files contained in the system filesystem image in this directory:",
|