Home
last modified time | relevance | path

Searched refs:INVALID_RES_TYPE (Results 1 – 6 of 6) sorted by relevance

/developtools/global_resource_tool/include/
Dresource_data.h76 INVALID_RES_TYPE = -1, enumerator
212 { static_cast<int32_t>(ResType::INVALID_RES_TYPE), ResType::INVALID_RES_TYPE},
/developtools/global_resource_tool/src/
Dresource_directory.cpp81 if (type == ResType::INVALID_RES_TYPE) { in ScanResourceLimitKeyDir()
Dresource_util.cpp115 return ResType::INVALID_RES_TYPE; in GetResTypeByDir()
202 if (resType != ResType::INVALID_RES_TYPE) { in GetResTypeFromString()
210 return ResType::INVALID_RES_TYPE; in GetResTypeFromString()
Dresource_pack.cpp429 ResType type = ResType::INVALID_RES_TYPE; in FindResourceItems()
436 if (type == ResType::INVALID_RES_TYPE) { in FindResourceItems()
Dresource_append.cpp219 if (resType == ResType::INVALID_RES_TYPE) { in ScanLimitKey()
300 if (resType == ResType::INVALID_RES_TYPE) { in ScanSingleFile()
Did_worker.cpp341 if (ResourceUtil::GetResTypeFromString(type.asString()) == ResType::INVALID_RES_TYPE) { in ParseType()