Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_encoder.cpp123 static const char *tempSuffix = ".tmp"; in SaveAndRename() local
124 auto tmpOutPath = realOutPath_ + "." + std::to_string(getpid()) + "." + tempSuffix; in SaveAndRename()