Home
last modified time | relevance | path

Searched refs:SEPARATOR_FILE (Results 1 - 3 of 3) sorted by relevance

/developtools/global_resource_tool/src/
H A Dcompression_parser.cpp119 caches.append(SEPARATOR_FILE).append(CACHES_DIR); in Init()
568 string dstPath = outPath_ + SEPARATOR_FILE + RESOURCES_DIR + dst.substr(startIndex); in CopyForTrans()
583 auto index = dst.find_last_of(SEPARATOR_FILE); in CopyAndTranscode()
590 string output = outPath_ + SEPARATOR_FILE + CACHES_DIR + endStr; in CopyAndTranscode()
615 auto index = originDst.find_last_of(SEPARATOR_FILE); in CheckAndScaleIcon()
622 string outputCache = outPath_ + SEPARATOR_FILE + CACHES_DIR + qualifierDir; in CheckAndScaleIcon()
628 string outputFile = outputCache + SEPARATOR_FILE + fileName; in CheckAndScaleIcon()
H A Dgeneric_compiler.cpp78 auto index = output.find_last_of(SEPARATOR_FILE); in PostMediaFile()
/developtools/global_resource_tool/include/
H A Dresource_data.h40 const static std::string SEPARATOR_FILE = "\\"; member
42 const static std::string SEPARATOR_FILE = "/"; member

Completed in 3 milliseconds