Home
last modified time | relevance | path

Searched defs:dirPath (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/scripts/
Dinstall-ohos-typescript-and-homecheck.mjs53 function backupPackageJson(dirPath) { argument
66 function restorePackageJson(dirPath, backupFile) { argument
/arkcompiler/ets_frontend/ets2panda/bindings/src/
Dutils.ts36 const dirPath: string = path.dirname(filePath); constant
/arkcompiler/ets_frontend/ets2panda/driver/build_system/src/
Dutils.ts54 const dirPath: string = path.dirname(filePath); constant
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_job_test.cpp96 JSHandle<JSTaggedValue> dirPath(factory->NewFromASCII("./main.abc")); in HWTEST_F_L0() local
155 JSHandle<JSTaggedValue> dirPath(factory->NewFromASCII("./main.abc")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.cpp93 std::string dirPath = GetDirectoryPath(path_); in SaveAndRename() local
/arkcompiler/ets_frontend/ets2panda/
Des2panda.cpp43 std::string_view dirPath = path.substr(0, pos); in DirName() local
/arkcompiler/ets_runtime/ecmascript/platform/windows/
Dfile.cpp220 void DeleteFilesWithSuffix(const std::string &dirPath, const std::string &suffix) in DeleteFilesWithSuffix()
/arkcompiler/ets_runtime/ecmascript/platform/unix/
Dfile.cpp235 void DeleteFilesWithSuffix(const std::string &dirPath, const std::string &suffix) in DeleteFilesWithSuffix()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_job.cpp139 …JSHandle<EcmaString> dirPath(GetCallArg(argv, 2)); // 2 : current file path(conta… in DynamicImportJob() local
/arkcompiler/ets_runtime/ecmascript/compiler/
Dfile_generators.cpp830 std::string dirPath = filename.substr(0, lastSlashPos + 1); in GenAotCodeCommentFileName() local
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp605 void ModulePathHelper::ResolveCurrentPath(CString &dirPath, CString &fileName, const JSPandaFile *j… in ResolveCurrentPath()
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6249std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg)> … in SetHostResolveBufferTracker()
6255std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg)> … in SetHostResolveBufferTrackerForHybridApp()