Home
last modified time | relevance | path

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

/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp53 string packaged_path(prefixPath); in ComputePackagedPath() local
54 if (!packaged_path.empty() && in ComputePackagedPath()
55 (packaged_path[packaged_path.length() - 1] != OS_PATH_SEPARATOR)) { in ComputePackagedPath()
56 packaged_path += OS_PATH_SEPARATOR_STR; in ComputePackagedPath()
58 size_t s = packaged_path.length(); in ComputePackagedPath()
59 packaged_path += packageName; in ComputePackagedPath()
60 while (s < packaged_path.length()) { in ComputePackagedPath()
61 if (packaged_path[s] == '.') { in ComputePackagedPath()
62 packaged_path[s] = OS_PATH_SEPARATOR; in ComputePackagedPath()
66 return packaged_path; in ComputePackagedPath()