Searched refs:device_root (Results 1 – 2 of 2) sorted by relevance
116 const string& device_root = device_roots[0]; in TEST_F() local117 TF_ASSERT_OK(Env::Default()->GetFileSystemForFile(device_root, &fs)); in TEST_F()118 TF_ASSERT_OK(fs->GetChildren(device_root, &children)); in TEST_F()125 const string dump_file_path = io::JoinPath(device_root, child); in TEST_F()
524 def _load_device_dumps(self, device_name, device_root): argument559 for root, _, files in gfile.Walk(device_root):