Home
last modified time | relevance | path

Searched refs:ID_DEFINED_FILE (Results 1 – 5 of 5) sorted by relevance

/developtools/global_resource_tool/src/
Did_worker.cpp207 idDefinedPath = FileEntry::FilePath(inputPath).Append(ID_DEFINED_FILE).GetPath(); in InitIdDefined()
209 … idDefinedPath = ResourceUtil::GetBaseElementPath(inputPath).Append(ID_DEFINED_FILE).GetPath(); in InitIdDefined()
230 .GetParent().Append(ID_DEFINED_FILE).GetPath(); in InitIdDefined()
Dresource_append.cpp86 if (child->GetFilePath().GetFilename() == ID_DEFINED_FILE) { in Combine()
260 … return ResourceUtil::CopyFleInner(fileInfo.filePath, outPath.Append(ID_DEFINED_FILE).GetPath()); in ScanFile()
662 fileInfo.filename == ID_DEFINED_FILE; in IsBaseIdDefined()
Dresource_table.cpp32 …dPath_ = FileEntry::FilePath(packageParser.GetIdDefinedOutput()).Append(ID_DEFINED_FILE).GetPath(); in ResourceTable()
Djson_compiler.cpp45 fileInfo.filename == ID_DEFINED_FILE) { in CompileSingleFile()
/developtools/global_resource_tool/include/
Dresource_data.h32 const static std::string ID_DEFINED_FILE = "id_defined.json"; variable