Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dfile_stream.cpp72 char resolvedPath[PATH_MAX] = {0}; in FilePathValid() local
73 auto result = realpath(fileName.c_str(), resolvedPath); in FilePathValid()
74 if (result == resolvedPath || errno == ENOENT) { in FilePathValid()
75 return std::make_pair(true, std::string(resolvedPath)); in FilePathValid()
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dcpu_profiler.cpp528 CVector<char> resolvedPath(PATH_MAX); in CheckFileName() local
529 auto result = realpath(fileName.c_str(), resolvedPath.data()); in CheckFileName()
534 std::ofstream file(resolvedPath.data()); in CheckFileName()
539 absoluteFilePath = resolvedPath.data(); in CheckFileName()
/arkcompiler/ets_frontend/legacy_bin/api8/src/
Dindex.js2resolvedPath=c.path,c.originalFileName=c.fileName,Q(c,n,e.getNormalizedAbsolutePath(e.getDirectory…