Home
last modified time | relevance | path

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

/frameworks/native/cmds/installd/
Dotapreopt.cpp588 std::string assembled_path = StringPrintf("%s/%s/%s/%s%s", in create_cache_path() local
595 if (assembled_path.length() + 1 > PKG_PATH_MAX) { in create_cache_path()
598 strcpy(path, assembled_path.c_str()); in create_cache_path()