Home
last modified time | relevance | path

Searched defs:exec_argv (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/fuzzers/
Dfuzz_env.cc33 std::vector<std::string> exec_argv; in LLVMFuzzerInitialize() local
/third_party/node/test/cctest/
Dnode_test_fixture.h76 std::vector<std::string> exec_argv; in SetUpTestCase() local
/third_party/node/src/
Dnode.cc837 std::vector<std::string>* exec_argv, in InitializeNodeWithArgs()
941 const char*** exec_argv) { in Init()
Dnode_worker.cc49 std::vector<std::string>&& exec_argv, in Worker()
544 std::vector<std::string> exec_argv = {""}; in New() local
Denv-inl.h699 inline const std::vector<std::string>& Environment::exec_argv() { in exec_argv() function
/third_party/node/src/api/
Denvironment.cc334 const char* const* exec_argv) { in CreateEnvironment()