Home
last modified time | relevance | path

Searched refs:AP_SUFFIX (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
H A Dpgo_utils.cpp34 const std::string ApNameUtils::AP_SUFFIX = ".ap"; member in panda::ecmascript::pgo::ApNameUtils
37 const std::string ApNameUtils::DEFAULT_AP_NAME = "modules" + AP_SUFFIX;
56 return ohosModuleName + AP_SUFFIX; in GetBriefApName()
H A Dpgo_profiler_encoder.cpp71 auto suffixLength = ApNameUtils::AP_SUFFIX.length(); in ResetOutPath()
72 if (realOutPath_.compare(realOutPath_.length() - suffixLength, suffixLength, ApNameUtils::AP_SUFFIX)) { in ResetOutPath()
H A Dpgo_utils.h69 static const std::string AP_SUFFIX; member in panda::ecmascript::pgo::ApNameUtils

Completed in 2 milliseconds