Searched refs:fpath (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/ |
H A D | pdf_loader.py | 29 def __init__(self, fpath: Path, config: Optional[Dict]): 30 self.spec_file = fpath
|
H A D | spec_report.py | 70 fpath = Path(path.dirname(path.abspath(__file__)), self.SPEC_CONFIG_FILE) 71 data = Path.read_text(fpath)
|
/arkcompiler/ets_frontend/es2panda/aot/ |
H A D | options.cpp | 622 auto fpath = inputAbs.Value(); in Parse() local 624 CollectInputFilesFromFileList(fpath, extension); in Parse() 625 } else if (panda::os::file::File::IsDirectory(fpath)) { in Parse() 626 CollectInputFilesFromFileDirectory(fpath, extension); in Parse()
|
/arkcompiler/ets_frontend/test262/ |
H A D | run_test262.py | 272 fpath, fname = os.path.split(file[idx:]) 273 fpath = fpath.replace(src_dir, dist_dir) 274 mkdir(fpath)
|
/arkcompiler/ets_runtime/test/regresstest/ |
H A D | run_regress_test.py | 587 fpath, _ = os.path.split(file[idx:]) 588 fpath = fpath.replace(src_dir, dist_dir) 589 os.makedirs(fpath, exist_ok=True)
|
/arkcompiler/ets_frontend/ets2panda/parser/ |
H A D | ETSparser.h | 249 static int NFTWCallBack(const char *fpath, const struct stat * /*unused*/, int tflag, struct FTW * /*unused*/);
|
Completed in 12 milliseconds