Home
last modified time | relevance | path

Searched refs:rawfilePath (Results 1 – 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
Dresource_pack.cpp244 string rawfilePath = FileEntry::FilePath(input).Append(RAW_FILE_DIR).GetPath(); in CopyRawFile() local
245 if (!ResourceUtil::FileExist(rawfilePath)) { in CopyRawFile()
249 if (!FileEntry::IsDirectory(rawfilePath)) { in CopyRawFile()
250 cerr << "Error: '" << rawfilePath << "' not directory." << endl; in CopyRawFile()
256 if (CopyRawFileImpl(rawfilePath, dst) != RESTOOL_SUCCESS) { in CopyRawFile()
/developtools/ace_ets2bundle/compiler/src/
Dutils.ts879 export function resourcesRawfile(rawfilePath: string, resourcesArr: Set<string>, resourceName: stri…
880 if (fs.existsSync(process.env.rawFileResource) && fs.statSync(rawfilePath).isDirectory()) {
881 const files: string[] = fs.readdirSync(rawfilePath);
883 if (fs.statSync(path.join(rawfilePath, file)).isDirectory()) {
884 …resourcesRawfile(path.join(rawfilePath, file), resourcesArr, resourceName ? resourceName + '/' + f…