Searched refs:suffixes (Results 1 – 6 of 6) sorted by relevance
476 std::vector<std::string> suffixes; in IsNativeFile() local478 !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() argument711 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()
125 …c bool DetermineSuffix(const ExtractFileType &extractFileType, std::vector<std::string> &suffixes);
17 # Avoid conditional judgment branches caused by dynamic library suffixes.
247 [Description] By default, constants without suffixes are of the int type. When L/UL is used as the …
182 Use the lowerCamelCase style and do not add prefixes or suffixes to name a member variable of the s…
497 …e default partitions, that is, `system` and `vendor` partitions without suffixes. In other words, …