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

Method getAppInternalFilesDir

KittyMemoryEx/KittyUtils.cpp:90–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 }
89
90 std::string Android::getAppInternalFilesDir(const std::string &packageName)
91 {
92 std::string dir = getAppInternalCacheDir(packageName);
93 if (!dir.empty())
94 {
95 dir = Path::fileDirectory(dir);
96 dir += "/files";
97 }
98 return dir;
99 }
100
101 std::string Android::getAppInternalCacheDir(const std::string &packageName)
102 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected