Searched refs:keyPath (Results 1 – 7 of 7) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | Utils.ts | 90 const keyPath = new KeyPathStruct(tid, threadName, tsArray); constant 91 parseResult.push(keyPath);
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | genBin-plugin.js | 64 const keyPath = key.replace(/\.js$/, firstFileEXT) 65 writeFileSync(newContent, path.resolve(output, keyPath), key)
|
| 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) { argument 171 let output = path.resolve(buildPath, keyPath); 185 cacheOutputPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, keyPath);
|
| /developtools/smartperf_host/ide/src/trace/database/ |
| D | LongTraceDBUtils.ts | 37 objectStoreParameters: { keyPath: 'id' },
|
| D | DBUtils.ts | 41 let objectStore = db.createObjectStore('trace_file', { keyPath: 'file_index' });
|
| /developtools/ace_ets2bundle/compiler/src/ |
| D | gen_abc_plugin.ts | 260 const keyPath: string = key.replace(/\.js$/, ".temp.js"); constant 261 writeFileSync(newContent, output, keyPath, key); 625 function writeFileSync(inputString: string, buildPath: string, keyPath: string, jsBundleFile: strin… 626 let output = path.resolve(buildPath, keyPath); 636 cacheOutputPath = path.join(process.env.cachePath, TEMPORARY, abilityDir, keyPath);
|
| /developtools/hdc/src/host/ |
| D | client.cpp | 127 string keyPath = strCmd.substr(CMDSTR_GENERATE_KEY.size() + 1, strCmd.size()); in DoCtrlServiceWork() local 128 HdcAuth::GenerateKey(keyPath.c_str()); in DoCtrlServiceWork()
|