Searched refs:RAW_FILE_DIR (Results 1 – 4 of 4) sorted by relevance
43 if (limitKey == RAW_FILE_DIR) { in ScanResources()
165 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()
244 string rawfilePath = FileEntry::FilePath(input).Append(RAW_FILE_DIR).GetPath(); in CopyRawFile()255 .Append(RESOURCES_DIR).Append(RAW_FILE_DIR).GetPath(); in CopyRawFile()
31 const static std::string RAW_FILE_DIR = "rawfile"; variable