Searched defs:prefixPath (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/slang/
H A Dslang_rs_reflect_utils.cpp51 string RSSlangReflectUtils::ComputePackagedPath(const char *prefixPath, argument
53 string packaged_path(prefixPath);
/frameworks/base/tools/aapt2/compile/
H A DCompile.cpp150 std::string prefixPath = rootDir; local
151 file::appendPath(&prefixPath, entry->d_name);
153 if (file::getFileType(prefixPath) != file::FileType::kDirectory) {
157 std::unique_ptr<DIR, decltype(closedir)*> subDir(opendir(prefixPath.data()), closedir);
168 std::string fullPath = prefixPath;

Completed in 293 milliseconds