Searched refs:resolvePath (Results 1 – 2 of 2) sorted by relevance
311 let resolvePath = filePath.replace(projectConfig.projectPath, projectConfig.aceSuperVisualPath)313 if (fs.existsSync(resolvePath)) {314 return resolvePath;335 resolvePath = filePath.replace(etsDirPath, visualDirPath).replace(/\.ets$/, '.visual');336 return resolvePath;
385 std::string resolvePath = CanonicalizeSpecPath(userData.c_str()); in ExprotUserStack() local386 … std::unique_ptr<FILE, decltype(&fclose)> fpUserData(fopen(resolvePath.c_str(), "wb"), fclose); in ExprotUserStack()