Home
last modified time | relevance | path

Searched defs:project_dir (Results 1 – 8 of 8) sorted by relevance

/third_party/mesa3d/ohos/
Dmeson_cross_process.py100 def generate_pc_file(file_raw, project_dir, product_name): argument
113 def process_pkgconfig(project_dir, product_name): argument
Dbuild_mesa3d.py38 project_dir = os.path.dirname(os.path.dirname(out_dir)) variable
39 project_dir = os.path.abspath(project_dir) variable
/third_party/boost/libs/histogram/tools/
Dtidy.py17 project_dir = Path(__file__).resolve().parents[1] variable
Dadd_boilerplate.py12 project_dir = "/".join(abspath(__file__).split("/")[:-2]) variable
/third_party/skia/third_party/externals/brotli/python/tests/
D_test_utils.py12 project_dir = os.path.abspath(os.path.join(__file__, '..', '..', '..')) variable
/third_party/node/tools/gyp/pylib/gyp/
Dwin_tool.py371 def ExecClCompile(self, project_dir, selected_files): argument
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
Dwin_tool.py315 def ExecClCompile(self, project_dir, selected_files): argument
/third_party/gn/src/gn/
Dqt_creator_writer.cc40 base::FilePath project_dir = in RunAndWriteFile() local