Home
last modified time | relevance | path

Searched refs:MAX_PATH_LEN (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
H A Dfilesystem.cpp24 constexpr size_t MAX_PATH_LEN = 2048; in GetAbsolutePath() local
25 char full_path[MAX_PATH_LEN] = {0}; in GetAbsolutePath()
26 _fullpath(full_path, path.data(), MAX_PATH_LEN); in GetAbsolutePath()
H A Dfile.h128 constexpr size_t MAX_PATH_LEN = 2048; in GetAbsolutePath() local
129 std::array<char, MAX_PATH_LEN> buffer = {0}; in GetAbsolutePath()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
H A Dfilesystem.cpp24 constexpr size_t MAX_PATH_LEN = 2048; in GetAbsolutePath() local
25 char fullPath[MAX_PATH_LEN] = {0}; in GetAbsolutePath()
26 _fullpath(fullPath, path.data(), MAX_PATH_LEN); in GetAbsolutePath()

Completed in 2 milliseconds