Searched refs:test_srcdir (Results 1 – 7 of 7) sorted by relevance
73 char* test_srcdir = gpr_getenv("TEST_SRCDIR"); in Materialize() local74 if (test_srcdir != nullptr) { in Materialize()75 FLAGS_directory = test_srcdir + in Materialize()95 gpr_free(test_srcdir); in Materialize()
168 char* test_srcdir = gpr_getenv("TEST_SRCDIR"); in main() local170 test_srcdir + FLAGS_grpc_test_directory_relative_to_test_srcdir + in main()180 gpr_free(test_srcdir); in main()
49 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in GRPCClientTestBase() local51 test_srcdir, "compiler/xla/rpc/grpc_service_main_cpu"); in GRPCClientTestBase()
39 string test_srcdir = tensorflow::testing::TensorFlowSrcRoot(); in TEST() local
737 char* test_srcdir = gpr_getenv("TEST_SRCDIR"); in TEST_F() local738 if (test_srcdir != nullptr) { in TEST_F()739 FLAGS_proto_path = test_srcdir + std::string("/com_github_grpc_grpc"); in TEST_F()767 gpr_free(test_srcdir); in TEST_F()
48 def test_srcdir(self): member in SysconfigTestCase
319 def test_srcdir(self): member in TestSysConfig