Home
last modified time | relevance | path

Searched refs:appEnd (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/ohos/
H A Dohos_preload_app_info.h42 size_t appEnd = 0; in GetPreloadAOTFileName() local
49 appEnd = folderPath.find_last_of('/'); in GetPreloadAOTFileName()
51 appName = folderPath.substr(appEnd + 1); in GetPreloadAOTFileName()
53 if (appEnd != std::string::npos) { in GetPreloadAOTFileName()
55 appPath = hapPath.substr(0, appEnd); in GetPreloadAOTFileName()

Completed in 1 milliseconds