Searched defs:dirPath (Results 1 – 12 of 12) sorted by relevance
| /arkcompiler/ets_frontend/ets2panda/linter/scripts/ |
| D | install-ohos-typescript-and-homecheck.mjs | 53 function backupPackageJson(dirPath) { argument 66 function restorePackageJson(dirPath, backupFile) { argument
|
| /arkcompiler/ets_frontend/ets2panda/bindings/src/ |
| D | utils.ts | 36 const dirPath: string = path.dirname(filePath); constant
|
| /arkcompiler/ets_frontend/ets2panda/driver/build_system/src/ |
| D | utils.ts | 54 const dirPath: string = path.dirname(filePath); constant
|
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_promise_job_test.cpp | 96 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/ |
| D | pgo_profiler_encoder.cpp | 93 std::string dirPath = GetDirectoryPath(path_); in SaveAndRename() local
|
| /arkcompiler/ets_frontend/ets2panda/ |
| D | es2panda.cpp | 43 std::string_view dirPath = path.substr(0, pos); in DirName() local
|
| /arkcompiler/ets_runtime/ecmascript/platform/windows/ |
| D | file.cpp | 220 void DeleteFilesWithSuffix(const std::string &dirPath, const std::string &suffix) in DeleteFilesWithSuffix()
|
| /arkcompiler/ets_runtime/ecmascript/platform/unix/ |
| D | file.cpp | 235 void DeleteFilesWithSuffix(const std::string &dirPath, const std::string &suffix) in DeleteFilesWithSuffix()
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_promise_job.cpp | 139 …JSHandle<EcmaString> dirPath(GetCallArg(argv, 2)); // 2 : current file path(conta… in DynamicImportJob() local
|
| /arkcompiler/ets_runtime/ecmascript/compiler/ |
| D | file_generators.cpp | 830 std::string dirPath = filename.substr(0, lastSlashPos + 1); in GenAotCodeCommentFileName() local
|
| /arkcompiler/ets_runtime/ecmascript/module/ |
| D | module_path_helper.cpp | 605 void ModulePathHelper::ResolveCurrentPath(CString &dirPath, CString &fileName, const JSPandaFile *j… in ResolveCurrentPath()
|
| /arkcompiler/ets_runtime/ecmascript/napi/ |
| D | jsnapi_expo.cpp | 6249 …std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg)> … in SetHostResolveBufferTracker() 6255 …std::function<bool(std::string dirPath, uint8_t **buff, size_t *buffSize, std::string &errorMsg)> … in SetHostResolveBufferTrackerForHybridApp()
|