Home
last modified time | relevance | path

Searched refs:fpath (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/reports/
H A Dpdf_loader.py29 def __init__(self, fpath: Path, config: Optional[Dict]):
30 self.spec_file = fpath
H A Dspec_report.py70 fpath = Path(path.dirname(path.abspath(__file__)), self.SPEC_CONFIG_FILE)
71 data = Path.read_text(fpath)
/arkcompiler/ets_frontend/es2panda/aot/
H A Doptions.cpp622 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 Drun_test262.py272 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 Drun_regress_test.py587 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 DETSparser.h249 static int NFTWCallBack(const char *fpath, const struct stat * /*unused*/, int tflag, struct FTW * /*unused*/);

Completed in 12 milliseconds