| /developtools/profiler/protos/types/plugins/ftrace_data/default/ |
| D | BUILD.gn | 31 dir = get_path_info(proto, "dir") 34 "$proto_out_dir/$dir/$name.pb.h", 35 "$proto_out_dir/$dir/$name.pb.cc", 38 "$proto_out_dir/$dir/${name}_standard.pb.h", 39 "$proto_out_dir/$dir/${name}_standard.pb.cc", 51 "$proto_out_dir/$dir/${name}_standard.pb.h", 52 "$proto_out_dir/$dir/${name}_standard.pb.cc",
|
| /developtools/profiler/host/smartperf/client/client_command/ |
| D | Temperature.cpp | 25 for (auto dir : dirs) { in ItemData() local 26 std::string dirType = dir + "/type"; in ItemData() 27 std::string dirTemp = dir + "/temp"; in ItemData()
|
| D | sp_utils.cpp | 89 DIR *dir = opendir(path.c_str()); in ForDirFiles() local 90 if (dir == nullptr) { in ForDirFiles() 95 struct dirent *ptr = readdir(dir); in ForDirFiles() 110 closedir(dir); in ForDirFiles() 215 DIR *dir = opendir(basePath.c_str()); in GetCpuInfo() local 216 if (dir == nullptr) { in GetCpuInfo() 220 struct dirent *ptr = readdir(dir); in GetCpuInfo()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | BUILD.gn | 31 dir = get_path_info(proto, "dir") 34 "$proto_out_dir/$dir/$name.pb.h", 35 "$proto_out_dir/$dir/$name.pb.cc", 37 ftrace_data_codegen_reader += [ "$proto_out_dir/$dir/${name}.pbreader.h" ]
|
| /developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
| D | BUILD.gn | 31 dir = get_path_info(proto, "dir") 34 "$proto_out_dir/$dir/$name.pb.h", 35 "$proto_out_dir/$dir/$name.pb.cc", 37 ftrace_data_codegen_reader += [ "$proto_out_dir/$dir/${name}.pbreader.h" ]
|
| /developtools/hdc/src/daemon/ |
| D | daemon_unity.cpp | 109 char dir[BUF_SIZE_SMALL] = ""; in FindMountDeviceByPath() local 114 dir, BUF_SIZE_SMALL - 1, &freq, &passnno); in FindMountDeviceByPath() 117 dir[BUF_SIZE_SMALL - 1] = '\0'; in FindMountDeviceByPath() 118 if (res == 4 && (strcmp(toQuery, dir) == 0)) { // 4 : The correct number of parameters in FindMountDeviceByPath() 126 bool HdcDaemonUnity::RemountPartition(const char *dir) in RemountPartition() argument 132 if (!FindMountDeviceByPath(dir, dev) || strlen(dev) < 4) { // 4 : file count in RemountPartition() 144 if (mount(dev, dir, "none", MS_REMOUNT, nullptr) < 0) { in RemountPartition()
|
| /developtools/ace_js2bundle/ace-loader/ |
| D | README.md | 5 ## Install Dependencies under the ace-loader dir. 9 ## Build built-in sample for Rich devices under the ace-loader dir. 13 ## Build built-in sample for Lite devices under the ace-loader dir.
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | get_newer_or_fail.go | 35 dir := filepath.Join(m.Workspace, dirName) 36 if _, err := os.Stat(dir); err == nil { 39 logrus.Infof("extracting %s to %s...", filepath.Join(m.ArchiveDir, newFile), dir) 40 if err := ex.Extract(filepath.Join(m.ArchiveDir, newFile), dir); err != nil {
|
| D | common.go | 140 dir := filepath.Join(m.Workspace, dirName) 141 if _, err := os.Stat(dir); err == nil { 144 logrus.Infof("extracting %s to %s...", filepath.Join(m.ArchiveDir, newFile), dir) 145 if err := ex.Extract(filepath.Join(m.ArchiveDir, newFile), dir); err != nil {
|
| /developtools/integration_verification/tools/startup_guard/config_parser_mgr/param/ |
| D | system_parameter_parser.py | 129 def _scan_parameter_file(self, dir): argument 130 if not os.path.exists(dir): 132 with os.scandir(dir) as files: 137 def scan_parameter_file(self, dir): argument 146 self._scan_parameter_file(dir + "/packages/phone" + path)
|
| /developtools/profiler/device/plugins/api/src/ |
| D | plugin_watcher.cpp | 60 DIR* dir = nullptr; in ScanPlugins() local 65 dir = opendir(fullpath); in ScanPlugins() 66 if (dir == nullptr) { in ScanPlugins() 70 entry = readdir(dir); in ScanPlugins() 83 closedir(dir); in ScanPlugins()
|
| /developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
| D | process_utils_test.cpp | 36 for (auto& dir : dirs) { in FindCmd() local 37 std::string path = dir + cmd; in FindCmd()
|
| /developtools/profiler/device/plugins/ftrace_plugin/src/ |
| D | file_utils.cpp | 106 DIR* dir = opendir(dirPath.c_str()); in ListDir() local 107 if (dir == nullptr) { in ListDir() 112 while ((ent = readdir(dir)) != nullptr) { in ListDir() 119 closedir(dir); in ListDir()
|
| /developtools/ace_ets2bundle/compiler/ |
| D | build_declarations_file.js | 89 function readFile(dir, fileDir) { argument 90 const files = fs.readdirSync(dir); 92 const filePath = path.join(dir, element); 218 function generateComponentConfig(dir) { argument 219 const configFile = path.resolve(dir, 'component_map.js'); 223 … fs.writeFileSync(path.resolve(dir, '../component_config.json'), JSON.stringify(COMPONENT_MAP)); 224 fs.writeFileSync(path.resolve(dir, '../form_config.json'), JSON.stringify(FORM_MAP));
|
| /developtools/ace_js2bundle/ace-loader/src/ |
| D | resource-plugin.js | 47 const indexPath = pathInfo.dir + path.sep + pathInfo.name + '.hml?entry'; 53 if (pathInfo.ext === '.json' && (pathInfo.dir === shareThemePath || 54 pathInfo.dir === internalThemePath)) {
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/base/ |
| D | BaseProfilerUtils.ets | 80 let dir 88 dir = fileio.opendirSync(path); 90 var dirent = dir.readSync() 107 dir.closeSync();
|
| /developtools/profiler/host/smartperf/client/client_ui/entry/src/main/ets/common/profiler/item/ |
| D | Thermal.ets | 45 var dir 46 dir = fileio.opendirSync(THERMAL_CONFIG.THERMAL_BASE); 48 var dirent = dir.readSync()
|
| /developtools/smartperf_host/ide/src/hdc/transmission/ |
| D | UsbTransmissionChannel.ts | 140 dir: 'in' | 'out', 144 return element.direction === dir && element.type === type;
|
| /developtools/profiler/host/smartperf/ide/src/hdc/transmission/ |
| D | UsbTransmissionChannel.ts | 140 dir: 'in' | 'out', 144 return element.direction === dir && element.type === type;
|
| /developtools/profiler/host/smartperf/trace_streamer/doc/ |
| D | cloc.md | 4 cloc . --exclude-dir=protos,dubai_sdk,third_party,emsdk,prebuilts,out,tmp
|
| /developtools/smartperf_host/trace_streamer/doc/ |
| D | cloc.md | 4 cloc . --exclude-dir=protos,dubai_sdk,third_party,emsdk,prebuilts,out,tmp
|
| /developtools/profiler/host/smartperf/ide/server/ |
| D | main.go | 237 dir := path[0:strings.LastIndex(path, string(os.PathSeparator))] //从文件路径获取目录 238 if _, err := os.Stat(dir); err != nil { //如果目录不存在,创建目录 239 os.MkdirAll(dir, os.ModePerm) 456 dir := getExecutePath() 458 if strings.Contains(dir, tmpDir) { 461 return dir
|
| /developtools/smartperf_host/ide/server/ |
| D | main.go | 237 dir := path[0:strings.LastIndex(path, string(os.PathSeparator))] //从文件路径获取目录 238 if _, err := os.Stat(dir); err != nil { //如果目录不存在,创建目录 239 os.MkdirAll(dir, os.ModePerm) 456 dir := getExecutePath() 458 if strings.Contains(dir, tmpDir) { 461 return dir
|
| /developtools/hiperf/demo/js/entry/ |
| D | build.gradle | 18 implementation fileTree(dir: 'libs', include: ['*.jar', '*.har'])
|
| /developtools/ace_js2bundle/ |
| D | BUILD.gn | 59 "--ace-loader-src-dir", 67 "--parse5-output-dir", 73 "--output-dir",
|