Home
last modified time | relevance | path

Searched refs:indexPath (Results 1 – 6 of 6) 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
54 IncrementIndex moduleIndex(indexPath, folder_); in ScanResource()
77 …string indexPath = FileEntry::FilePath(moduleOutput_).Append(IncrementIndex::INDEX_FILE).GetPath(); in SaveIndex() local
78 IncrementIndex moduleIndex(indexPath, folder_); in SaveIndex()
Dincrement_index.cpp26 IncrementIndex::IncrementIndex(const string &indexPath, const vector<string> &folder) in IncrementIndex() argument
27 : indexPath_(indexPath), folder_(folder) in IncrementIndex()
Dresource_pack.cpp154 …string indexPath = FileEntry::FilePath(cachePath).Append(IncrementManager::ID_JSON_FILE).GetPath(); in InitOutput() local
155 if (!cachePath.empty() && ResourceUtil::FileExist(indexPath)) { in InitOutput()
/developtools/packing_tool/adapter/ohos/
DUtility.java47 private String indexPath = ""; field in Utility
185 return indexPath; in getIndexPath()
188 public void setIndexPath(String indexPath) { in setIndexPath() argument
189 if (!indexPath.startsWith(CMD_PREFIX)) { in setIndexPath()
190 this.indexPath = getFormattedPath(indexPath); in setIndexPath()
/developtools/global_resource_tool/include/
Dincrement_index.h27 IncrementIndex(const std::string &indexPath, const std::vector<std::string> &folder);
/developtools/ace-js2bundle/ace-loader/src/
Dresource-plugin.js47 const indexPath = pathInfo.dir + path.sep + pathInfo.name + '.hml?entry';
49 if (entryObj[key] === indexPath) {