Home
last modified time | relevance | path

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

/aosp12/frameworks/native/cmds/installd/
H A Dotapreopt.cpp702 std::string assembled_path = StringPrintf("%s/%s/%s/%s%s", in create_cache_path() local
709 if (assembled_path.length() + 1 > PKG_PATH_MAX) { in create_cache_path()
712 strcpy(path, assembled_path.c_str()); in create_cache_path()