Searched refs:directory (Results 1 – 25 of 48) sorted by relevance
12
1 This directory and its subdirectories are a partial fork of the5 To reduce the number of dependencies of this directory, not all files in `rules_cc`8 When a file in this directory diverges12 This directory must follow HEAD `rules_cc` as closely as possible, with
33 // $PWD when sbox was run, the to field is relative to the top of the temporary sandbox directory.36 // If true, change the working directory to the top of the temporary sandbox directory before37 // running the command. If false, leave the working directory where it was when sbox was started.44 // top of the temporary sandbox directory, the to field is relative to the $PWD when sbox was run.67 // RspFile describes an rspfile that should be copied into the sandbox directory.
20 for directory in search_path:21 if directory == '': continue22 path = os.path.join(directory, name)
1 This directory and its subdirectories are a partial fork of the5 Not all files in `bazel-skylib` are included. When a file in this directory diverges
208 Mounts the components of soong into a directory structure that Go tools215 Create the directory structure that Go tools and editors expect by216 binding the one to aosp build directory.
15 results. The Target files are used by filesystem and adb tools to ensure that the file and directory16 properties are preserved during runtime operations. The host files in the `$OUT` directory are used17 in the final stages when building the filesystem images to set the file and directory properties.70 From within the `fs_config` directory, unit tests can be executed like so:
2 # no longer need these SoC specific directory
3 The code in this directory is experimental. Bazel support for Android Platform
11 # dependencies of the cc_toolchain. Then the root directory of the repository
32 to the current working directory).37 To view the modules and targets defined in a particular directory, look for:81 DIST_DIR The directory in which to place the distribution83 OUT_DIR The directory in which to place non-distribution
3 Devices that uses Virtual A/B must inherit from one of the makefiles in this directory.
630 def _verify_directory(directory: pathlib.Path, clean: bool = False) -> None:638 if directory.exists() and clean:639 logging.debug("Cleaning existing directory %s", directory)640 shutil.rmtree(directory)642 logging.debug("Verifying directory exists at %s", directory)643 directory.mkdir(parents=True, exist_ok=True)
1 # Additional owner/reviewers for rust rules, including parent directory owners.
3 // Copies files into the directory structure described by a manifest
32 directory (the one containing this README). You can omit the35 You should also add the Go binary directory $GOROOT/bin
6 # bootstrapBuildDir - The path to the build directory
1 The Dockerfile in this directory sets up an Ubuntu Trusty image ready to build
105 // the targeting is encoded in the directory name (e.g: assets/foo#tcf_etc1)126 // If not set or empty, the fallback directory in each directory group will be
364 def Clean(directory): argument367 shutil.rmtree(directory)483 def FindFilesAndDirectories(directory): argument486 for root, dirs, files in os.walk(directory, followlinks=False):
133 A package is defined as a directory containing a file named `Android.bp`, residing beneath the134 top-level directory in the build and its name is its path relative to the top-level directory. A135 package includes all files in its directory, plus all subdirectories beneath it, except those which140 For example, in the following directory tree (where `.../android/` is the top-level Android141 directory) there are two packages, `my/app`, and the subpackage `my/app/tests`. Note that142 `my/app/data` is not a package, but a directory belonging to package `my/app`.154 in the same package directory it is highly recommended that the `package` module (if required) is208 The name of a namespace is the path of its directory. The name of the namespace351 in the current directory:568 To load Soong code in a Go-aware IDE, create a directory outside your android tree and then:[all …]
10 Setup your AOSP product config and create the queryview directory:
5 Never write to the source directory during the build, always write to23 as that could trigger extra rebuilds when a source directory is moved.25 Assume that the source directory is `$PWD`. If a script is going to change74 directory (for example, if you have ./src/ and ./include/, you probably want to130 editors will write temporary files into the same directory, so changing a131 README could trigger the directory's timestamp to be updated.
3 This directory contains `jq` scripts that query Soong's module graph.
110 …$(JAR) -uf $(PRIVATE_TEMP_JAR_PATH) $(call jar-args-sorted-files-in-directory,$(PRIVATE_INSTRUMENT…