MCPcopy Create free account
hub / github.com/MJx0/KittyMemoryEx / getAppInternalDataDir

Method getAppInternalDataDir

KittyMemoryEx/KittyUtils.cpp:80–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

78 }
79
80 std::string Android::getAppInternalDataDir(const std::string &packageName)
81 {
82 std::string dir = getAppInternalCacheDir(packageName);
83 if (!dir.empty())
84 {
85 return Path::fileDirectory(dir);
86 }
87 return dir;
88 }
89
90 std::string Android::getAppInternalFilesDir(const std::string &packageName)
91 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected