Searched refs:executable_ (Results 1 – 3 of 3) sorted by relevance
294 std::unique_ptr<char[]> executable(new char[executable_.size() + 1]); in SpawnTestProgram()295 memcpy(executable.get(), executable_.c_str(), executable_.size()); in SpawnTestProgram()296 executable[executable_.size()] = '\0'; in SpawnTestProgram()
93 executable_(executable), in ForkPipeRunner()97 : child_pid_(-1), executable_(executable) {} in ForkPipeRunner()115 std::string executable_; variable
60 executable_ = true; in KernelGraph()82 executable_ = graph.executable_; in KernelGraph()176 bool executable() const { return executable_; } in executable()178 void set_executable(bool executable) { executable_ = executable; } in set_executable()427 bool executable_{false};