Home
last modified time | relevance | path

Searched defs:project_dir (Results 1 – 9 of 9) 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.py39 project_dir = os.path.dirname(os.path.dirname(out_dir)) variable
40 project_dir = os.path.abspath(project_dir) variable
Dmeson_cross_process64.py158 def generate_pc_file(file_raw, project_dir, product_name, skia_version): argument
180 def process_pkgconfig(project_dir, product_name, skia_version): argument
/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/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/utils/
Ddir_utils.cc111 std::string project_dir = work_dir_ + project_name_; in CreateStaticDir() local
/third_party/brotli/python/tests/
D_test_utils.py12 project_dir = os.path.abspath(os.path.join(__file__, '..', '..', '..')) variable
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-golang/
Dmain.rs170 pub fn project_dir() -> PathBuf { in project_dir() function
/third_party/rust/crates/minimal-lexical/etc/correctness/test-parse-unittests/
Dmain.rs203 pub fn project_dir() -> PathBuf { in project_dir() function
/third_party/gn/src/gn/
Dqt_creator_writer.cc40 base::FilePath project_dir = in RunAndWriteFile() local