Home
last modified time | relevance | path

Searched defs:env_set (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/process/include/boost/process/
Denv.hpp82 struct env_set struct
84 using string_type = std::basic_string<Char>;
85 string_type key;
86 string_type value;
/aosp_15_r20/external/bazelbuild-rules_cc/third_party/com/github/bazelbuild/bazel/src/main/protobuf/
H A Dcrosstool_config.proto206 repeated EnvSet env_set = 6; field
326 repeated EnvSet env_set = 5; field
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dnode_file_writer.cc78 bool env_set = io::GetTestUndeclaredOutputsDir(&node_dir); in GetNodeFileWriterIfEnabled() local