Home
last modified time | relevance | path

Searched refs:dirname (Results 1 - 25 of 106) sorted by relevance

12345

/arkcompiler/ets_runtime/ecmascript/require/
H A Djs_cjs_module.cpp27 JSHandle<JSTaggedValue> &filename, JSHandle<JSTaggedValue> &dirname) in InitializeModule()
33 dirname.GetTaggedValue()); in InitializeModule()
38 module->SetPath(thread, dirname.GetTaggedValue()); in InitializeModule()
100 CString dirname; in Load() local
103 ModulePathHelper::ResolveCurrentPath(parent, dirname, jsPandaFile); in Load()
104 recordName = ResolveFilenameFromNative(thread, dirname, requestStr); in Load()
125 dirname = PathHelper::ResolveDirPath(recordName); in Load()
126 JSHandle<JSTaggedValue> dirnameHdl = JSHandle<JSTaggedValue>::Cast(factory->NewFromUtf8(dirname)); in Load()
26 InitializeModule(JSThread *thread, JSHandle<CjsModule> &module, JSHandle<JSTaggedValue> &filename, JSHandle<JSTaggedValue> &dirname) InitializeModule() argument
H A Djs_require_manager.h37 JSHandle<JSTaggedValue> &dirname) : moduleHdl(module), requireHdl(require), exportsHdl(exports), in CJSInfo()
38 filenameHdl(filename), dirnameHdl(dirname) {} in CJSInfo()
H A Djs_require_manager.cpp29 JSHandle<JSTaggedValue> dirname = cjsInfo.dirnameHdl; in InitializeCommonJS() local
36 CjsModule::InitializeModule(thread, module, filename, dirname); in InitializeCommonJS()
/arkcompiler/ets_frontend/test/scripts/utils/commit_message/
H A Dget_commit_message.py35 config_file_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), '../config.yaml')
82 data_file = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'data.txt')
118 data_file = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'data.txt')
149 commit_log_html_path = os.path.join(os.path.dirname(os.path.abspath(__file__)),
H A Dresult.py137 data_file = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'data.txt')
153 commit_log_file = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'commit_log.html')
/arkcompiler/ets_runtime/test/aotjsperftest/
H A Drun_js_perf_test.sh21 CUR_PATH=$(dirname "$(readlink -f "$0")")
62 cur_path=$(dirname "$(readlink -f "$0")")
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/tests/
H A Dtest_shell.py26 here = os.path.realpath(os.path.dirname(__file__))
49 this_dir = os.path.dirname(__file__)
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
H A Dplugins_registry.py71 starting_path = path.join(path.dirname(__file__), PluginsRegistry.BUILTIN_PLUGINS)
82 builtin_plugins_path = path.join(path.dirname(__file__), PluginsRegistry.BUILTIN_PLUGINS)
94 path.dirname(__file__),
/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_cjs_module.cpp60 CString dirname; in ResolveFilename() local
62 ModulePathHelper::ResolveCurrentPath(parent, dirname, jsPandaFile); in ResolveFilename()
70 CString filename = ResolveFilenameFromNative(thread, dirname, requestNameStr); in ResolveFilename()
/arkcompiler/ets_frontend/arkguard/scripts/
H A Dcombination_test.py26 combination_config_path = os.path.join(os.path.dirname(__file__), 'combination_config.json')
27 config_temp_dir = os.path.join(os.path.dirname(__file__), '../test/local/temp_configs')
89 input_abs_dir = os.path.normpath(os.path.join(os.path.dirname(__file__), input_dir))
129 output_abs_dir = os.path.join(os.path.dirname(combination_config_path), output_dir)
208 local_root_dir = os.path.join(os.path.dirname(__file__), "../test/local/combinations")
/arkcompiler/ets_runtime/ecmascript/platform/unix/
H A Dfile.cpp145 CString ResolveFilenameFromNative(JSThread *thread, const CString &dirname, in ResolveFilenameFromNative() argument
156 int pos = static_cast<int>(dirname.find_last_of('/')); in ResolveFilenameFromNative()
157 relativePath = dirname.substr(0, pos + 1) + request.substr(0, suffixEnd) + ".abc"; in ResolveFilenameFromNative()
/arkcompiler/ets_runtime/ecmascript/platform/windows/
H A Dfile.cpp151 CString ResolveFilenameFromNative(JSThread *thread, const CString &dirname, in ResolveFilenameFromNative() argument
159 int pos = static_cast<int>(dirname.find_last_of('\\')); in ResolveFilenameFromNative()
160 relativePath = dirname.substr(0, pos + 1) + request.substr(0, suffixEnd) + ".abc"; in ResolveFilenameFromNative()
/arkcompiler/runtime_core/isa/
H A Dcheck_version.py22 script_dir = os.path.dirname(os.path.realpath(__file__))
/arkcompiler/ets_runtime/test/quickfix/
H A Dgenerate_js_and_merge_file.py206 os.path.dirname(file_path)
213 list_dir_path = os.path.dirname(file_name)
230 output_file_dir = os.path.dirname(output_file)
/arkcompiler/ets_frontend/ets2panda/public/headers_parser/
H A Dmain.py59 if not os.path.exists(os.path.dirname(dest_path)):
60 os.makedirs(os.path.dirname(dest_path))
/arkcompiler/toolchain/build/prebuilts_download/
H A Dutil.py60 file_dir = os.path.dirname(os.path.abspath(output_file))
92 file_dir = os.path.dirname(os.path.abspath(output_file))
/arkcompiler/ets_frontend/test/scripts/sdk_test/
H A Dentry.py35 current_dir = os.path.dirname(os.path.abspath(__file__))
/arkcompiler/ets_frontend/test/scripts/utils/download_sdk_and_image/
H A Ddownload.py49 config_file_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), '../config.yaml')
150 free_space = shutil.disk_usage(os.path.dirname(temp_file)).free
218 update_file_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'update.py')
312 download_url_txt = os.path.join(os.path.dirname(os.path.abspath(__file__)),
346 download_url_txt = os.path.join(os.path.dirname(os.path.abspath(__file__)), 'download_url.txt')
/arkcompiler/ets_runtime/test/regresstest/
H A Dregress_test_config.py28 TEST_TOOL_FILE_DIR = os.path.dirname(__file__)
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/
H A Dtest.sh17 SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
/arkcompiler/toolchain/test/autotest/
H A Drun.py27 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/arkcompiler/ets_frontend/es2panda/test/bytecode_file_size_comparison/test_cases/java_test_framework/
H A Drun_java.py58 self.test_root = os.path.dirname(os.path.abspath(__file__))
98 case_root = os.path.dirname(file_path)
/arkcompiler/runtime_core/verifier/tests/
H A Dversion_compatibility_test.py37 output_dir = os.path.join(os.path.dirname(os.path.realpath(__file__)), "diff_version_abcs")
119 script_dir = os.path.dirname(os.path.realpath(__file__))
/arkcompiler/runtime_core/scripts/
H A Dtrace_enable.sh27 chmod +rx $(dirname $TRACKING_PATH)
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
H A Dgenlib.sh17 readonly SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"

Completed in 9 milliseconds

12345