Home
last modified time | relevance | path

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

/developtools/global_resource_tool/src/
H A Dbinary_file_packer.cpp52 string rawfilePath = FileEntry::FilePath(input).Append(RAW_FILE_DIR).GetPath(); in CopyBinaryFile()
53 if (CopyBinaryFile(rawfilePath, RAW_FILE_DIR) == RESTOOL_ERROR) { in CopyBinaryFile()
H A Dresource_directory.cpp44 if (limitKey == RAW_FILE_DIR || limitKey == RES_FILE_DIR) { in ScanResources()
H A Dresource_append.cpp171 if (limitKey == RAW_FILE_DIR || limitKey == RES_FILE_DIR) { in ScanSubLimitkeyResources()
299 if (filePath.find(RAW_FILE_DIR) != string::npos) { in ScanSingleFile()
300 return WriteRawFilesOrResFiles(filePath, outputPath, RAW_FILE_DIR); in ScanSingleFile()
/developtools/global_resource_tool/include/
H A Dresource_data.h34 const static std::string RAW_FILE_DIR = "rawfile"; member
223 { RAW_FILE_DIR, ResType::RAW },

Completed in 4 milliseconds