Home
last modified time | relevance | path

Searched refs:RESOURCES_DIR (Results 1 – 7 of 7) sorted by relevance

/developtools/global_resource_tool/src/
Dgeneric_compiler.cpp57 data = moduleName_ + SEPARATOR + RESOURCES_DIR + SEPARATOR + \ in PostFile()
Dreference_parser.cpp112 jsonPath = FileEntry::FilePath(output).Append(RESOURCES_DIR) in ParseRefInJsonFile()
115 jsonPath = FileEntry::FilePath(output).Append(RESOURCES_DIR) in ParseRefInJsonFile()
Di_resource_compiler.cpp152 string outputFolder = FileEntry::FilePath(output_).Append(RESOURCES_DIR) in GetOutputFolder()
Dresource_pack.cpp118 string resourcesPath = FileEntry::FilePath(output).Append(RESOURCES_DIR).GetPath(); in InitOutput()
255 .Append(RESOURCES_DIR).Append(RAW_FILE_DIR).GetPath(); in CopyRawFile()
Dcmd_parser.cpp228 path = FileEntry::FilePath(path).Append(RESOURCES_DIR).GetPath(); in AdaptResourcesDirForInput()
Dresource_append.cpp438 sub = FileEntry::FilePath(RESOURCES_DIR).Append(sub).GetPath(); in WriteRawFile()
/developtools/global_resource_tool/include/
Dresource_data.h28 const static std::string RESOURCES_DIR = "resources"; variable