Home
last modified time | relevance | path

Searched refs:dirname (Results 1 – 25 of 85) sorted by relevance

1234

/arkcompiler/ets_frontend/ets2panda/linter/
Dtslinter.sh19 TSLINTER_HOME_PATH=$(cd $(dirname $0) && pwd)
22 node $(dirname $0)/./dist/tslinter.js $@
/arkcompiler/ets_frontend/ets2panda/linter-4.2/
Dtslinter.sh19 TSLINTER_HOME_PATH=$(cd $(dirname $0) && pwd)
22 node $(dirname $0)/./dist/tslinter.js $@
/arkcompiler/ets_runtime/ecmascript/require/
Djs_cjs_module.cpp34 … JSHandle<JSTaggedValue> &filename, JSHandle<JSTaggedValue> &dirname) in InitializeModule() argument
40 dirname.GetTaggedValue()); in InitializeModule()
45 module->SetPath(thread, dirname.GetTaggedValue()); in InitializeModule()
99 JSMutableHandle<JSTaggedValue> dirname(thread, JSTaggedValue::Undefined()); in Load() local
107 ModulePathHelper::ResolveCurrentPath(thread, parent, dirname, jsPandaFile); in Load()
108 filename.Update(ResolveFilenameFromNative(thread, dirname.GetTaggedValue(), in Load()
131 dirname.Update(PathHelper::ResolveDirPath(thread, fullName)); in Load()
132 InitializeModule(thread, module, filename, dirname); in Load()
Djs_require_manager.h37 … JSHandle<JSTaggedValue> &dirname) : moduleHdl(module), requireHdl(require), exportsHdl(exports), in CJSInfo()
38 filenameHdl(filename), dirnameHdl(dirname) {} in CJSInfo()
Djs_require_manager.cpp34 JSHandle<JSTaggedValue> dirname = cjsInfo.dirnameHdl; in InitializeCommonJS() local
41 CjsModule::InitializeModule(thread, module, filename, dirname); in InitializeCommonJS()
/arkcompiler/ets_frontend/ts2panda/scripts/
Dnpm-install.sh16 script_path=$(cd $(dirname $0);pwd)
17 ts2panda_dir=$(dirname ${script_path})
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_cjs_module.cpp64 JSMutableHandle<JSTaggedValue> dirname(thread, JSTaggedValue::Undefined()); in ResolveFilename() local
66 ModulePathHelper::ResolveCurrentPath(thread, parent, dirname, jsPandaFile); in ResolveFilename()
73 JSHandle<EcmaString> filename = ResolveFilenameFromNative(thread, dirname.GetTaggedValue(), in ResolveFilename()
/arkcompiler/toolchain/build/prebuilts_download/
Dprebuilts_download.sh110 script_path=$(cd $(dirname $0);pwd)
111 code_dir=$(dirname ${script_path})
Dutil.py60 file_dir = os.path.dirname(os.path.abspath(output_file))
90 file_dir = os.path.dirname(os.path.abspath(output_file))
/arkcompiler/ets_runtime/test/jsperftest/
Drun_js_perf_test.sh21 CUR_PATH=$(dirname "$(readlink -f "$0")")
62 cur_path=$(dirname "$(readlink -f "$0")")
/arkcompiler/runtime_core/static_core/tests/tests-u-runner/runner/
Dplugins_registry.py74 starting_path = path.join(path.dirname(__file__), PluginsRegistry.BUILTIN_PLUGINS)
85 builtin_plugins_path = path.join(path.dirname(__file__), PluginsRegistry.BUILTIN_PLUGINS)
97 path.dirname(__file__),
/arkcompiler/ets_frontend/ets2panda/linter/src/utils/functions/
DPathHelper.ts19 for (const pathDir of npath.dirname(path).split(npath.sep)) {
/arkcompiler/runtime_core/static_core/plugins/ets/templates/stdlib/
Dtyped_array.sh17 SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
Darray.sh17 SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"
/arkcompiler/runtime_core/static_core/gn/build/
Dfixup-third-party.sh17 SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd -P)"
/arkcompiler/runtime_core/gn/build/
Dfixup-third-party.sh17 SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd -P)"
/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/formatChecker/
Dsetup.sh21 SCRIPT_DIR=$(dirname $SCRIPT)
/arkcompiler/ets_frontend/test/scripts/
Dtimer.py41 os.chdir(os.path.dirname(os.path.realpath(__file__)))
/arkcompiler/runtime_core/static_core/plugins/ets/tests/napi/bridges/scripts/
Dtest.sh17 DIR=$(cd $(dirname $0) && pwd)
/arkcompiler/runtime_core/static_core/plugins/ets/tests/scripts/
Dsunspider_compile.sh25 script_path=$(dirname "$0")
/arkcompiler/ets_frontend/test/scripts/sdk_test/
Dentry.py37 current_dir = os.path.dirname(os.path.abspath(__file__))
/arkcompiler/ets_runtime/test/regresstest/
Dregress_test_config.py26 TEST_TOOL_FILE_DIR = os.path.dirname(__file__)
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp142 JSHandle<EcmaString> ResolveFilenameFromNative(JSThread *thread, JSTaggedValue dirname, in ResolveFilenameFromNative() argument
148 CString dirnameStr = ConvertToString(EcmaString::Cast(dirname.GetTaggedObject())); in ResolveFilenameFromNative()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp127 JSHandle<EcmaString> ResolveFilenameFromNative(JSThread *thread, JSTaggedValue dirname, in ResolveFilenameFromNative() argument
133 CString dirnameStr = ConvertToString(EcmaString::Cast(dirname.GetTaggedObject())); in ResolveFilenameFromNative()
/arkcompiler/ets_frontend/ets2panda/test/tsconfig/
Dtest.sh17 SCRIPT_DIR="$(realpath "$(dirname "${BASH_SOURCE[0]}")")"

1234