Searched refs:keyPath (Results 1 - 3 of 3) sorted by relevance
/developtools/ace_js2bundle/ace-loader/src/ |
H A D | genBin-plugin.js | 64 const keyPath = key.replace(/\.js$/, firstFileEXT) 65 writeFileSync(newContent, path.resolve(output, keyPath), key)
|
H A D | genAbc-plugin.js | 111 const keyPath = key.replace(/\.js$/, ".temp.js"); 112 writeFileSync(newContent, output, keyPath, key, true); 170 function writeFileSync(inputString, buildPath, keyPath, jsBundleFile, isToBin) { 171 let output = path.resolve(buildPath, keyPath); 185 cacheOutputPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, keyPath);
|
/developtools/hdc/src/host/ |
H A D | client.cpp | 153 string keyPath = strCmd.substr(CMDSTR_GENERATE_KEY.size() + 1, strCmd.size()); in DoCtrlServiceWork() local 154 HdcAuth::GenerateKey(keyPath.c_str()); in DoCtrlServiceWork()
|
Completed in 3 milliseconds