Home
last modified time | relevance | path

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

12

/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc124 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/
Dwmediumd_server.cpp46 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()
Dopenwrt_control_server.cpp38 const CuttlefishConfig::EnvironmentSpecific& environment, in INJECT() argument
40 : config_(config), environment_(environment), grpc_socket_(grpc_socket) {} in INJECT()
Dopen_wrt.cpp46 const CuttlefishConfig::EnvironmentSpecific& environment, in INJECT() argument
50 environment_(environment), in INJECT()
Dwmediumd_server.h38 WmediumdServer(const CuttlefishConfig::EnvironmentSpecific& environment,
/device/google/trout/agl_services_build/toolchain/
Dagl_toolchain.cmake4 # 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/
Dmain.cc119 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/
DCHANGELOG.md81 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
DREADME.md41 # External configuration via target-scoped environment variables
/device/generic/goldfish/fvpbase/
DREADME.md111 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/
DREADME12 # 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/
Dcrosvm_manager.cpp435 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/
DREADME.md17 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/
DREADME.md46 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/
Dcuttlefish_config.cpp808 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/
Dinit.environ.rc1 # set up the global environment
/device/sample/apps/tv/SetupValidation/
Dgradle.properties7 # For more details on how to configure your build environment visit
/device/sample/apps/tv/SetupCustomizationSample/
Dgradle.properties7 # For more details on how to configure your build environment visit
/device/google/cuttlefish/host/commands/secure_env/
DREADME.md3 environment, specifically ConfirmationUI, Gatekeeper, and Keymint.
/device/generic/goldfish/tools/
DREADME.md10 The script will try to get environment variables ``$ANDROID_HOST_OUT`` and ``$OUT``
/device/google/cuttlefish/host/commands/process_sandboxer/
DAndroid.bp20 // environment. When adding dependencies, ensure that they are in the
/device/google/cuttlefish/guest/hals/confirmationui/
DREADME5 a trusted execution environment (TEE), without having to rely on Linux and the Android
/device/google/cuttlefish/common/libs/utils/
DAndroid.bp25 "environment.cpp",
/device/google/cuttlefish/
DREADME.md21 confirm support of KVM on any environment.
/device/google/contexthub/firmware/app/
Dapp.mk26 $(error Please set the environment variable CROSS_COMPILE to the complete \

12