Home
last modified time | relevance | path

Searched defs:exec_argv (Results 1 – 5 of 5) 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.h85 std::vector<std::string> exec_argv; in SetUpTestCase() local
/third_party/node/src/
Dnode.cc799 std::vector<std::string>* exec_argv, in InitializeNodeWithArgs()
806 std::vector<std::string>* exec_argv, in InitializeNodeWithArgs()
Dnode_worker.cc53 std::vector<std::string>&& exec_argv, in Worker()
535 std::vector<std::string> exec_argv = {""}; in New() local
Denv-inl.h421 inline const std::vector<std::string>& Environment::exec_argv() { in exec_argv() function