Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dfilesystem.cpp25 char full_path[MAX_PATH_LEN] = {0}; in GetAbsolutePath() local
26 _fullpath(full_path, path.data(), MAX_PATH_LEN); in GetAbsolutePath()
27 return full_path; in GetAbsolutePath()