Home
last modified time | relevance | path

Searched defs:env_vars (Results 1 - 6 of 6) sorted by relevance

/third_party/gn/src/base/
H A Denvironment.h17 namespace env_vars { namespace
H A Denvironment.cc128 namespace env_vars { namespace
/third_party/node/src/
H A Dnode_credentials.cc76 SafeGetenv(const char* key, std::string* text, std::shared_ptr<KVStore> env_vars, v8::Isolate* isolate) SafeGetenv() argument
H A Ddebug_utils.cc62 void EnabledDebugList::Parse(std::shared_ptr<KVStore> env_vars, in Parse() argument
H A Dnode_worker.cc462 std::shared_ptr<KVStore> env_vars = nullptr; in New() local
48 Worker(Environment* env, Local<Object> wrap, const std::string& url, const std::string& name, std::shared_ptr<PerIsolateOptions> per_isolate_opts, std::vector<std::string>&& exec_argv, std::shared_ptr<KVStore> env_vars, const SnapshotData* snapshot_data) Worker() argument
[all...]
H A Denv-inl.h296 inline std::shared_ptr<KVStore> Environment::env_vars() { in env_vars() function in node::Environment
300 inline void Environment::set_env_vars(std::shared_ptr<KVStore> env_vars) { in set_env_vars() argument

Completed in 5 milliseconds