Home
last modified time | relevance | path

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

/developtools/ace_js2bundle/ace-loader/src/
H A DgenBin-plugin.js64 const keyPath = key.replace(/\.js$/, firstFileEXT)
65 writeFileSync(newContent, path.resolve(output, keyPath), key)
H A DgenAbc-plugin.js111 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 Dclient.cpp153 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