Home
last modified time | relevance | path

Searched refs:CheckFileName (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
H A Dcpu_profiler.h128 bool CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const;
H A Dcpu_profiler.cpp127 if (!CheckFileName(fileName, absoluteFilePath)) { in StartCpuProfilerForFile()
517 bool CpuProfiler::CheckFileName(const std::string &fileName, std::string &absoluteFilePath) const in CheckFileName() function in panda::ecmascript::CpuProfiler
520 LOG_ECMA(ERROR) << "CpuProfiler::CheckFileName, fileName is empty"; in CheckFileName()
525 LOG_ECMA(ERROR) << "CpuProfiler::CheckFileName, fileName exceed PATH_MAX"; in CheckFileName()
532 LOG_ECMA(ERROR) << "CpuProfiler::CheckFileName, realpath fail, errno = " << errno; in CheckFileName()
537 LOG_ECMA(ERROR) << "CpuProfiler::CheckFileName, file is not good, errno = " << errno; in CheckFileName()

Completed in 2 milliseconds