Home
last modified time | relevance | path

Searched refs:project_root (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/utils/docker/scripts/llvm_checksum/
Dllvm_checksum.py98 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)
Dproject_tree.py45 project_root = os.path.join(checkout_root, project.relpath)
46 for root, dirs, files in os.walk(project_root, onerror=raise_error):
/external/python/httplib2/
Dsetup.py26 project_root = os.path.dirname(os.path.abspath(__file__))
27 with open(os.path.join(project_root, name), 'rb') as f:
/external/webrtc/webrtc/test/testsupport/
Dfileutils_unittest.cc62 std::string project_root = webrtc::test::ProjectRootPath(); in TEST_F() local
64 ASSERT_GT(project_root.length(), 0u); in TEST_F()