/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | assemble_cvd.cc | 124 const CuttlefishConfig::EnvironmentSpecific& environment) { in CreateLegacySymlinks() argument 167 environment.PerEnvironmentUdsPath(mac80211_uds_name); in CreateLegacySymlinks() 394 auto environment = in InitFilesystemAndCreateConfig() local 397 CF_EXPECT(EnsureDirectoryExists(environment.environment_dir(), default_mode, in InitFilesystemAndCreateConfig() 399 CF_EXPECT(EnsureDirectoryExists(environment.environment_uds_dir(), in InitFilesystemAndCreateConfig() 401 CF_EXPECT(EnsureDirectoryExists(environment.PerEnvironmentLogPath(""), in InitFilesystemAndCreateConfig() 404 EnsureDirectoryExists(environment.PerEnvironmentGrpcSocketPath(""), in InitFilesystemAndCreateConfig() 440 CF_EXPECT(CreateLegacySymlinks(instance, environment)); in InitFilesystemAndCreateConfig()
|
/device/google/cuttlefish/host/commands/run_cvd/launch/ |
D | wmediumd_server.cpp | 46 const CuttlefishConfig::EnvironmentSpecific& environment, in INJECT() argument 48 : config_(config), environment_(environment), instance_(instance) {} in INJECT() 76 const CuttlefishConfig::EnvironmentSpecific& environment, in WmediumdServer() argument 79 : environment_(environment), in WmediumdServer()
|
D | openwrt_control_server.cpp | 38 const CuttlefishConfig::EnvironmentSpecific& environment, in INJECT() argument 40 : config_(config), environment_(environment), grpc_socket_(grpc_socket) {} in INJECT()
|
D | open_wrt.cpp | 46 const CuttlefishConfig::EnvironmentSpecific& environment, in INJECT() argument 50 environment_(environment), in INJECT()
|
D | wmediumd_server.h | 38 WmediumdServer(const CuttlefishConfig::EnvironmentSpecific& environment,
|
/device/google/trout/agl_services_build/toolchain/ |
D | agl_toolchain.cmake | 4 # Toolchain precedence: environment variable TROUT_CLANG_PATH > LV Clang Toolchain 5 # AGL sysroot precedence: environment variable TROUT_AGL_SYSROOT > LV AGL sysroot 20 …MESSAGE(FATAL_ERROR "Please run `lunch`, or define environment variable LV_BUILD_PATH or TROUT_CLA… 24 MESSAGE(FATAL_ERROR "Please define environment variable LV_BUILD_PATH or TROUT_AGL_SYSROOT")
|
/device/google/cuttlefish/host/commands/run_cvd/ |
D | main.cc | 119 const CuttlefishConfig::EnvironmentSpecific* environment, in runCvdComponent() argument 127 .bindInstance(*environment) in runCvdComponent() 246 auto environment = config->ForDefaultEnvironment(); in RunCvdMain() local 251 fruit::Injector<> injector(runCvdComponent, config, &environment, &instance); in RunCvdMain()
|
/device/google/cuttlefish_vmm/qemu/third_party/rust/crates/pkg-config/ |
D | CHANGELOG.md | 81 environment variable (#82). 88 environment variables, and also improve error handling around environment 94 Whenever a pkg-config related environment variable changes it would make
|
D | README.md | 41 # External configuration via target-scoped environment variables
|
/device/generic/goldfish/fvpbase/ |
D | README.md | 111 Then set the ``TARGET_KERNEL_USE`` environment variable to the name that you 114 Set any additional build environment variables. 135 From a lunched environment, first set the value of the ``MODEL_BIN`` environment 180 Then run the following command in a lunched environment to start the emulator:
|
/device/google/contexthub/firmware/ |
D | README | 12 # Next time it will simply define environment variables for it. 47 # where $OUT is lunch shell environment variable
|
/device/google/cuttlefish/host/libs/vm_manager/ |
D | crosvm_manager.cpp | 435 auto environment = config.ForDefaultEnvironment(); in StartCommands() local 492 !environment.vhost_user_mac80211_hwsim().empty()) { in StartCommands() 494 environment.vhost_user_mac80211_hwsim()); in StartCommands() 605 if (!config.virtio_mac80211_hwsim() && environment.enable_wifi()) { in StartCommands()
|
/device/google/cuttlefish/tools/gigabyte-ampere-cuttlefish-installer/ |
D | README.md | 17 chroot environment before running this script. 18 And update the chroot environment periodically by 89 …to get started. Perhaps there is a script that they should run or some environment variables that …
|
/device/google/cuttlefish/host/cvd_test_configs/local_tests/ |
D | README.md | 46 the build, move to step 2. (Or use `lunch` to init the environment in a shell.) 49 current AOSP local environment. Run this script while in the folder containing this README,
|
/device/google/cuttlefish/host/libs/config/ |
D | cuttlefish_config.cpp | 808 auto environment = ForDefaultEnvironment(); in environment_dirs() local 812 result.push_back(environment.environment_dir()); in environment_dirs() 813 result.push_back(environment.environment_uds_dir()); in environment_dirs()
|
/device/linaro/dragonboard/sm8x50/ |
D | init.environ.rc | 1 # set up the global environment
|
/device/sample/apps/tv/SetupValidation/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/device/sample/apps/tv/SetupCustomizationSample/ |
D | gradle.properties | 7 # For more details on how to configure your build environment visit
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | README.md | 3 environment, specifically ConfirmationUI, Gatekeeper, and Keymint.
|
/device/generic/goldfish/tools/ |
D | README.md | 10 The script will try to get environment variables ``$ANDROID_HOST_OUT`` and ``$OUT``
|
/device/google/cuttlefish/host/commands/process_sandboxer/ |
D | Android.bp | 20 // environment. When adding dependencies, ensure that they are in the
|
/device/google/cuttlefish/guest/hals/confirmationui/ |
D | README | 5 a trusted execution environment (TEE), without having to rely on Linux and the Android
|
/device/google/cuttlefish/common/libs/utils/ |
D | Android.bp | 25 "environment.cpp",
|
/device/google/cuttlefish/ |
D | README.md | 21 confirm support of KVM on any environment.
|
/device/google/contexthub/firmware/app/ |
D | app.mk | 26 $(error Please set the environment variable CROSS_COMPILE to the complete \
|