Home
last modified time | relevance | path

Searched refs:current_file_path (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/base/global/i18n_lite/tools/i18n-dat-tool/src/main/python/ohos/global/i18n/
H A Dgenerate_dat.py197 current_file_path = os.path.abspath(__file__) variable
198 …resource_path = os.path.join(os.path.dirname(current_file_path), "..", "..", "..", "..", "resource…
202 save_path = [os.path.dirname(current_file_path)] + up_path + ["frameworks", "i18n", "i18n.dat"]
/ohos5.0/build/test/example/
H A Dtest_build_option.py37 current_file_path = os.path.abspath(__file__) variable