Home
last modified time | relevance | path

Searched refs:cp (Results 1 - 5 of 5) sorted by relevance

/developtools/smartperf_host/trace_streamer/build/
H A Dbuild_base.sh18 cp .gn_win .gn
20 cp .gn_unix .gn
39 cp out/$target_os/protoc out/"$TARGET_DIR"/protoc
44 cp out/$target_os/protoreader_plugin out/"$TARGET_DIR"/protoreader_plugin
/developtools/hdc/scripts/
H A Dbuild_standalone_linux_host.sh92 cp hdc $cwddir
105 cp -ra ${ohos_root_real}/${name} ${reponame} || exit 1
/developtools/hdc/sudo/src/
H A Dmain.cpp109 char *cp = nullptr; in GetCmdInPath() local
127 if ((cp = strchr(path, ':')) != nullptr) { in GetCmdInPath()
128 *cp = '\0'; in GetCmdInPath()
135 path = cp + 1; in GetCmdInPath()
136 } while (cp != nullptr); in GetCmdInPath()
/developtools/integration_verification/tools/rom_ram_analyzer/standard/
H A Dram_analyzer.py46 cp = subprocess.run(["hdc", "--help"], capture_output=True)
47 stdout = str(cp.stdout)
48 stderr = str(cp.stderr)
58 cp = subprocess.run(["hdc", "list", "targets"], capture_output=True)
59 stdout = str(cp.stdout)
60 stderr = str(cp.stderr)
65 cp = subprocess.run(args, capture_output=True)
67 return cp.stdout.decode()
69 return cp.stderr.decode()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h64652 struct opal_compacket cp; global() member
108560 struct cp_qe cp; global() member
[all...]

Completed in 418 milliseconds