Home
last modified time | relevance | path

Searched defs:suffix (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/compiler/optimizer/
Dpass_manager.cpp52 static std::string ClearFileName(std::string str, std::string_view suffix) in ClearFileName()
62 …er::GetFileName([[maybe_unused]] const char *pass_name, [[maybe_unused]] const std::string &suffix) in GetFileName()
/arkcompiler/ets_runtime/ecmascript/module/
Dmodule_path_helper.cpp468 CString suffix = moduleRequestName.substr(pos); in IsImportFile() local
485 CString suffix = res.substr(pos); in RemoveSuffix() local
/arkcompiler/ets_runtime/ecmascript/base/
Dstring_helper.h385 static bool EndsWith(const std::string &str, const std::string &suffix) in EndsWith()
/arkcompiler/ets_frontend/es2panda/util/
Dhelpers.cpp153 bool Helpers::EndsWith(std::string_view str, std::string_view suffix) in EndsWith()
/arkcompiler/runtime_core/compiler/optimizer/ir/
Ddump.cpp363 ArenaString suffix = ArenaString(" ", adapter) + ArenaString(DataType::ToString(type), adapter); in DumpOpcode() local
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2 …ring,r="undefined"!=typeof Buffer&&"function"==typeof Buffer.alloc&&"function"==typeof Buffer.allo… argument