Home
last modified time | relevance | path

Searched defs:indexPath (Results 1 – 4 of 4) sorted by relevance

/developtools/global_resource_tool/src/
Dresource_module_inc.cpp53 …string indexPath = FileEntry::FilePath(moduleOutput_).Append(IncrementIndex::INDEX_FILE).GetPath(); in ScanResource() local
77 …string indexPath = FileEntry::FilePath(moduleOutput_).Append(IncrementIndex::INDEX_FILE).GetPath(); in SaveIndex() local
Dincrement_index.cpp26 IncrementIndex::IncrementIndex(const string &indexPath, const vector<string> &folder) in IncrementIndex()
Dresource_pack.cpp122 …string indexPath = FileEntry::FilePath(cachePath).Append(IncrementManager::ID_JSON_FILE).GetPath(); in InitOutput() local
/developtools/packing_tool/adapter/ohos/
DUtility.java51 private String indexPath = ""; field in Utility
227 public void setIndexPath(String indexPath) { in setIndexPath()