Home
last modified time | relevance | path

Searched refs:RAW_FILE_DIR (Results 1 – 4 of 4) sorted by relevance

/developtools/global_resource_tool/src/
Dresource_directory.cpp43 if (limitKey == RAW_FILE_DIR) { in ScanResources()
Dresource_append.cpp165 if (limitKey == RAW_FILE_DIR) { in ScanSubLimitkeyResources()
293 if (filePath.find(RAW_FILE_DIR) != string::npos) { in ScanSingleFile()
431 string::size_type pos = filePath.find(RAW_FILE_DIR); in WriteRawFile()
Dresource_pack.cpp244 string rawfilePath = FileEntry::FilePath(input).Append(RAW_FILE_DIR).GetPath(); in CopyRawFile()
255 .Append(RESOURCES_DIR).Append(RAW_FILE_DIR).GetPath(); in CopyRawFile()
/developtools/global_resource_tool/include/
Dresource_data.h31 const static std::string RAW_FILE_DIR = "rawfile"; variable