Home
last modified time | relevance | path

Searched refs:suffixes (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/installd/
H A Dinstalld_operator.cpp476 std::vector<std::string> suffixes; in IsNativeFile() local
478 !DetermineSuffix(extractParam.extractFileType, suffixes)) { in IsNativeFile()
489 for (const auto &suffix : suffixes) { in IsNativeFile()
704 …erator::DetermineSuffix(const ExtractFileType &extractFileType, std::vector<std::string> &suffixes) in DetermineSuffix() argument
711 suffixes.emplace_back(ServiceConstants::AN_SUFFIX); in DetermineSuffix()
712 suffixes.emplace_back(AI_SUFFIX); in DetermineSuffix()
716 suffixes.emplace_back(ServiceConstants::AP_SUFFIX); in DetermineSuffix()
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/installd/
H A Dinstalld_operator.h125 …c bool DetermineSuffix(const ExtractFileType &extractFileType, std::vector<std::string> &suffixes);
/ohos5.0/foundation/arkui/ace_engine/adapter/preview/sdk/
H A Dsharedlib_config.gni17 # Avoid conditional judgment branches caused by dynamic library suffixes.
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-64bits-coding-guide.md247 [Description] By default, constants without suffixes are of the int type. When L/UL is used as the …
H A DOpenHarmony-cpp-coding-style-guide.md182 Use the lowerCamelCase style and do not add prefixes or suffixes to name a member variable of the s…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-boot-deviceboot.md497 …e default partitions, that is, `system` and `vendor` partitions without suffixes. In other words, …