/developtools/integration_verification/tools/deps_guard/rules/ChipsetSDK/ |
D | chipsetsdk_info.json | 5 "path": "//build/common/musl:musl-libc.so", string 11 "path": "//build/common/musl:musl-libcxx.so", string 17 "path": "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", string 25 "path": "", string 31 "path": "//base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent:libhisysevent", string 40 "path": "//base/hiviewdfx/hicollie/interfaces/native/innerkits:libhicollie", string 48 "path": "//base/security/selinux_adapter:libservice_checker", string 57 "path": "//base/startup/init/interfaces/innerkits:libbegetutil", string 69 "path": "//base/startup/init/interfaces/innerkits:libbeget_proxy", string 81 "path": "//commonlibrary/c_utils/base:utils", string [all …]
|
D | chipsetsdk_indirect.json | 5 "path": "//drivers/interface/display/buffer/v1_0:libdisplay_buffer_proxy_1.0", string 19 "path": "//base/notification/eventhandler/frameworks/eventhandler:libeventhandler", string 27 "path": "//third_party/selinux:libselinux", string 38 "path": "//third_party/pcre2:libpcre2", string 44 "path": "//base/hiviewdfx/hitrace/interfaces/native/innerkits:libhitracechain", string 52 "path": "//drivers/interface/display/buffer/v1_0:libdisplay_buffer_hdi_impl", string 60 "path": "//foundation/communication/ipc/ipc/native/src/core:ipc_common", string 69 "path": "//third_party/nghttp2/lib:libnghttp2_shared", string 75 "path": "//base/security/access_token/interfaces/innerkits/accesstoken:libtokenid_sdk", string 83 …"path": "//base/security/access_token/frameworks/accesstoken:accesstoken_communication_adapter_cxx… string [all …]
|
/developtools/global_resource_tool/src/ |
D | file_entry.cpp | 39 FileEntry::FileEntry(const string &path) in FileEntry() 113 bool FileEntry::Exist(const string &path) in Exist() 126 bool FileEntry::RemoveAllDir(const string &path) in RemoveAllDir() 140 bool FileEntry::CreateDirs(const string &path) in CreateDirs() 164 bool FileEntry::IsDirectory(const string &path) in IsDirectory() 178 string FileEntry::RealPath(const string &path) in RealPath() 213 FileEntry::FilePath::FilePath(const string &path) : filePath_(path) in FilePath() 223 FileEntry::FilePath FileEntry::FilePath::Append(const string &path) in Append() 289 string path = entry.GetFilePath().GetPath(); in RemoveAllDirInner() local 320 bool FileEntry::CreateDirsInner(const string &path, string::size_type offset) in CreateDirsInner() [all …]
|
D | resource_util.cpp | 62 bool ResourceUtil::FileExist(const string &path) in FileExist() 67 bool ResourceUtil::RmoveAllDir(const string &path) in RmoveAllDir() 72 bool ResourceUtil::OpenJsonFile(const string &path, Json::Value &root) in OpenJsonFile() 94 bool ResourceUtil::SaveToJsonFile(const string &path, const Json::Value &root) in SaveToJsonFile() 252 string ResourceUtil::RealPath(const string &path) in RealPath() 257 bool ResourceUtil::IslegalPath(const string &path) in IslegalPath()
|
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/ |
D | file_utils_test.cpp | 94 std::string path = "file-name-that-not-exists.txt"; variable 106 std::string path = "temp.txt"; variable 125 std::string path = "dir_not_exists/temp.txt"; variable 138 std::string path = "temp.txt"; variable 157 std::string path = "dir_not_exists/temp.txt"; variable 170 std::string path = "/"; variable
|
D | ftrace_fs_ops_test.cpp | 98 std::string path = FtraceFsOps::GetInstance().GetFtraceRoot(); variable 414 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/options/record-cmd"; variable 448 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/options/record-tgid"; variable 482 … std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + FtraceFsOps::GetInstance().hmTraceDir_ variable 511 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/trace_clock"; variable 551 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/set_event"; variable 579 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/events/sched/sched_switch/enable"; variable 607 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/events/sched/sched_switch/enable"; variable 635 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/tracing_on"; variable 663 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "tracing_on"; variable
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | ftrace_fs_ops.cpp | 47 auto path = *iter + "/events"; in GetFtraceRoot() local 66 int FtraceFsOps::WriteTraceFile(const std::string& path, const std::string& content) in WriteTraceFile() 83 int FtraceFsOps::WriteTraceFile(const std::string& path, const std::string& content, int flags) in WriteTraceFile() 144 std::string path = "/saved_cmdlines_size"; in SetSavedCmdLinesSize() local 160 std::string path = "/proc/" + std::to_string(pid) + "/comm"; in GetProcessComm() local 169 std::string path = "/proc/" + std::to_string(pid) + "/task/" + std::to_string(tid) + "/comm"; in GetThreadComm() local 218 std::string path; in ClearTraceBuffer() local 234 std::string path = "/options/record-cmd"; in SetRecordCmdOption() local 240 std::string path = "/options/record-tgid"; in SetRecordTgidOption() local 246 std::string path = "/buffer_size_kb"; in SetBufferSizeKb() local [all …]
|
D | file_utils.cpp | 52 std::string FileUtils::ReadFile(const std::string& path) in ReadFile() 70 int FileUtils::WriteFile(const std::string& path, const std::string& content) in WriteFile() 75 int FileUtils::WriteFile(const std::string& path, const std::string& content, int flags) in WriteFile() 80 int FileUtils::WriteFile(const std::string& path, const std::string& content, int flags, int mode) in WriteFile()
|
/developtools/profiler/protos/types/plugins/ftrace_data/default/ |
D | cgroup.proto | 43 string path = 4; field 51 string path = 4; field 59 string path = 4; field 68 string path = 4; field 77 string path = 4; field 92 string path = 4; field 100 string path = 4; field 125 string path = 4; field
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
D | cgroup.proto | 43 string path = 4; field 51 string path = 4; field 59 string path = 4; field 68 string path = 4; field 77 string path = 4; field 92 string path = 4; field 100 string path = 4; field 125 string path = 4; field
|
/developtools/profiler/device/services/profiler_service/test/unittest/ |
D | trace_file_reader_test.cpp | 40 std::string path = "trace.bin"; member in __anon9e6b0a0d0111::TraceFileReaderTest 46 std::string path = DEFAULT_TEST_PATH + name; in TearDownTestCase() local 65 std::string path = "trace-write-msg.bin"; variable 100 std::string path = "trace-write-msg.bin"; variable 137 std::string path = DEFAULT_TEST_PATH + name; variable
|
/developtools/smartperf_host/trace_streamer/src/protos/types/plugins/ftrace_data/ |
D | cgroup.proto | 43 string path = 4; field 51 string path = 4; field 66 string path = 4; field 74 string path = 4; field
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/acls_check/ |
D | resolve_token_info.py | 54 def clear_token_info_txt(path): argument 61 def read_txt(path): argument
|
/developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/ |
D | resolve_token_info.py | 54 def clear_token_info_txt(path): argument 61 def read_txt(path): argument
|
/developtools/smartperf_host/patches/ |
D | patches.json | 6 "path": "productdefine/common" string 11 "path": "build" string
|
/developtools/hdc/hdc_rust/src/cffi/ |
D | usb_wrapper.cpp | 25 extern "C" int32_t ConfigEpPointEx(const char* path) in ConfigEpPointEx() 35 extern "C" int32_t OpenEpPointEx(const char* path) in OpenEpPointEx() 86 extern "C" char *GetDevPathEx(const char *path) in GetDevPathEx()
|
D | oh_usb.cpp | 47 int ConfigEpPoint(int& controlEp, const std::string& path) in ConfigEpPoint() 79 int OpenEpPoint(int &fd, const std::string path) in OpenEpPoint()
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
D | TabPaneFileSystemEvents.test.ts | 47 path: '/data/local/tmp/test', variable 64 path: '-', variable
|
D | TabPaneFileSystemDescTimeSlice.test.ts | 95 path: '/data/local/tmp/test', variable 112 path: '-', variable
|
D | TabPaneFileSystemDescHistory.test.ts | 94 path: '/data/local/tmp/test', variable 111 path: '-', variable
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | sp_csv_util.h | 30 static void WriteCsv(std::string path, std::vector<SPData> vmap) in WriteCsv() 58 static void WriteCsvH(std::string path, std::map<std::string, std::string> vmap) in WriteCsvH()
|
/developtools/profiler/device/plugins/network_plugin/test/unittest/ |
D | network_plugin_test.cpp | 74 std::string path = "/proc/self/exe"; in Getexepath() local 121 std::string GetFullPath(std::string path) in GetFullPath() 254 std::string path = DEFAULT_SO_PATH + std::string("libnetworkplugin.z.so"); variable 283 std::string path = DEFAULT_SO_PATH + std::string("libnetworkplugin.z.so"); variable 317 std::string path = DEFAULT_SO_PATH + std::string("libnetworkplugin.z.so"); variable
|
/developtools/hdc/scripts/ |
D | dev_hdc_test.py | 207 def rmdir(path): argument 220 def get_local_path(path): argument 224 def get_remote_path(path): argument 363 def gen_file(path, size): argument
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | PerfProfile.ts | 19 path: string = ''; property in PerfFile 68 path: string = ''; property in PerfCallChain 83 path: string = ''; property in PerfCallChainMerageData 120 path: string = ''; property in PerfStack
|
/developtools/syscap_codec/src/ |
D | context_tool.c | 46 char path[PATH_MAX + 1] = {0x00}; in GetFileContext() local 99 char path[PATH_MAX + 1] = {0x00}; in ConvertedContextSaveAsFile() local
|