Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/
Dlog.h38 inline string GetFileNameAny(string &path) in GetFileNameAny() function
Dlog.cpp34 string filePath = GetFileNameAny(tmpPath); in PrintLogEx()
/developtools/hdc/src/common/
Dbase.h141 string GetFileNameAny(string &path);
Dbase.cpp52 string tmpString = GetFileNameAny(debugInfo); in GetLogDebugFunctionName()
213 string filePath = GetFileNameAny(tmpPath); in PrintLogEx()
278 string GetFileNameAny(string &path) in GetFileNameAny() function
/developtools/hdc/src/host/
Dhost_updater.cpp136 context->transferConfig.optionalName = Base::GetFileNameAny(context->localPath); in CheckMaster()