Home
last modified time | relevance | path

Searched refs:env_string (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/fuzzers/
Dfuzz_env.cc73 void EnvTest(v8::Isolate* isolate_, char* env_string) { in EnvTest() argument
92 node::LoadEnvironment(envi, env_string); in EnvTest()
/third_party/node/src/
Dnode_realm.cc214 Local<String> env_string = FIXED_ONE_BYTE_STRING(isolate_, "env"); in BootstrapNode() local
218 process_object()->Set(context(), env_string, env_proxy).IsNothing()) { in BootstrapNode()
/third_party/icu/icu4c/source/test/intltest/
Dintltest.cpp444 static char env_string[] = U_TOPBUILDDIR "data" U_FILE_SEP_STRING "out" U_FILE_SEP_STRING; in setICU_DATA() local
445 u_setDataDirectory(env_string); in setICU_DATA()