Searched refs:indexPath (Results 1 – 6 of 6) sorted by relevance
53 …string indexPath = FileEntry::FilePath(moduleOutput_).Append(IncrementIndex::INDEX_FILE).GetPath(); in ScanResource() local54 IncrementIndex moduleIndex(indexPath, folder_); in ScanResource()77 …string indexPath = FileEntry::FilePath(moduleOutput_).Append(IncrementIndex::INDEX_FILE).GetPath(); in SaveIndex() local78 IncrementIndex moduleIndex(indexPath, folder_); in SaveIndex()
26 IncrementIndex::IncrementIndex(const string &indexPath, const vector<string> &folder) in IncrementIndex() argument27 : indexPath_(indexPath), folder_(folder) in IncrementIndex()
154 …string indexPath = FileEntry::FilePath(cachePath).Append(IncrementManager::ID_JSON_FILE).GetPath(); in InitOutput() local155 if (!cachePath.empty() && ResourceUtil::FileExist(indexPath)) { in InitOutput()
47 private String indexPath = ""; field in Utility185 return indexPath; in getIndexPath()188 public void setIndexPath(String indexPath) { in setIndexPath() argument189 if (!indexPath.startsWith(CMD_PREFIX)) { in setIndexPath()190 this.indexPath = getFormattedPath(indexPath); in setIndexPath()
27 IncrementIndex(const std::string &indexPath, const std::vector<std::string> &folder);
47 const indexPath = pathInfo.dir + path.sep + pathInfo.name + '.hml?entry';49 if (entryObj[key] === indexPath) {