Searched refs:project_root (Results 1 – 4 of 4) sorted by relevance
98 project_root = os.path.join(root_path, proj.relpath)99 if not os.path.exists(project_root):124 file_path = os.path.relpath(file_path, project_root)
45 project_root = os.path.join(checkout_root, project.relpath)46 for root, dirs, files in os.walk(project_root, onerror=raise_error):
26 project_root = os.path.dirname(os.path.abspath(__file__))27 with open(os.path.join(project_root, name), 'rb') as f:
62 std::string project_root = webrtc::test::ProjectRootPath(); in TEST_F() local64 ASSERT_GT(project_root.length(), 0u); in TEST_F()