Home
last modified time | relevance | path

Searched refs:SHARED_FILE_SUFFIX (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/ability/ability_runtime/frameworks/native/runtime/
H A Djs_module_reader.cpp91 std::string suffix = std::string(SHARED_FILE_SUFFIX); in GetFormAppHspPath()
95 .append(SHARED_FILE_SUFFIX); in GetFormAppHspPath()
114 std::string suffix = std::string(SHARED_FILE_SUFFIX); in GetCommonAppHspPath()
H A Djs_module_reader.h36 static constexpr char SHARED_FILE_SUFFIX[] = ".hsp"; variable