Home
last modified time | relevance | path

Searched refs:NormalizePath (Results 1 – 12 of 12) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/os/
Dfilesystem.h46 PANDA_PUBLIC_API std::string NormalizePath(const std::string &filepath);
Dfilesystem.cpp80 std::string NormalizePath(const std::string &path) in NormalizePath() function
/arkcompiler/ets_runtime/ecmascript/base/
Dpath_helper.cpp22 CString PathHelper::NormalizePath(const CString &fileName) in NormalizePath() function in panda::ecmascript::base::PathHelper
Dpath_helper.h40 static CString NormalizePath(const CString &fileName);
/arkcompiler/ets_runtime/ecmascript/jspandafile/
Djs_pandafile_executor.cpp37 CString normalName = PathHelper::NormalizePath(filename); in ParseAbcEntryPoint()
148 CString normalName = PathHelper::NormalizePath(filename); in ExecuteFromBuffer()
198 CString normalName = PathHelper::NormalizePath(filename); in ExecuteModuleBuffer()
326 CString normalName = PathHelper::NormalizePath(filename); in ExecuteFromBufferSecure()
401 CString normalName = PathHelper::NormalizePath(filename); in ExecuteModuleBufferSecure()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp102 entryPoint = PathHelper::NormalizePath(entryPoint); in ConcatImportFileNormalizedOhmurlWithRecordName()
109 entryPoint = PathHelper::NormalizePath(entryPoint); in ConcatImportFileNormalizedOhmurlWithRecordName()
427 entryPoint = PathHelper::NormalizePath(entryPoint); in MakeNewRecord()
606 CString normalizeRequestName = PathHelper::NormalizePath(requestName); in ParseThirdPartyPackage()
Dmodule_path_helper.h240 entryPoint = PathHelper::NormalizePath(entryPoint); in ConfirmLoadingIndexOrNot()
/arkcompiler/ets_frontend/ets2panda/util/
DimportPathManager.cpp179 auto key = ark::os::NormalizePath(path.Mutf8()); in GetImportData()
Darktsconfig.cpp259 auto normalizedKey = ark::os::NormalizePath(key); in ParseDynamicPaths()
/arkcompiler/ets_runtime/ecmascript/module/tests/
Decma_module_test.cpp606 HWTEST_F_L0(EcmaModuleTest, NormalizePath) in HWTEST_F_L0() argument
623 CString normalName1 = PathHelper::NormalizePath(moduleRecordName1); in HWTEST_F_L0()
624 CString normalName2 = PathHelper::NormalizePath(moduleRecordName2); in HWTEST_F_L0()
625 CString normalName3 = PathHelper::NormalizePath(moduleRecordName3); in HWTEST_F_L0()
626 CString normalName4 = PathHelper::NormalizePath(moduleRecordName4); in HWTEST_F_L0()
627 CString normalName5 = PathHelper::NormalizePath(moduleRecordName5); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi_expo.h1710 static std::string NormalizePath(const std::string &string);
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp4155 std::string JSNApi::NormalizePath(const std::string &string) in NormalizePath() function in panda::JSNApi
4157 return PathHelper::NormalizePath(string.c_str()).c_str(); in NormalizePath()
5132 ecmascript::CString filename = PathHelper::NormalizePath(srcFilename.c_str()); in ExecuteSecureWithOhmUrl()