Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 201) sorted by relevance

123456789

/developtools/integration_verification/tools/deps_guard/rules/ChipsetSDK/
Dchipsetsdk_info.json5 "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 …]
Dchipsetsdk_indirect.json5 "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/
Dfile_entry.cpp39 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 …]
Dresource_util.cpp62 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/
Dfile_utils_test.cpp94 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
Dftrace_fs_ops_test.cpp98 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/
Dftrace_fs_ops.cpp47 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 …]
Dfile_utils.cpp52 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/
Dcgroup.proto43 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/
Dcgroup.proto43 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/
Dtrace_file_reader_test.cpp40 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/
Dcgroup.proto43 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/
Dresolve_token_info.py54 def clear_token_info_txt(path): argument
61 def read_txt(path): argument
/developtools/integration_verification/cases/smoke/basic/screenshot32/acls_check/
Dresolve_token_info.py54 def clear_token_info_txt(path): argument
61 def read_txt(path): argument
/developtools/smartperf_host/patches/
Dpatches.json6 "path": "productdefine/common" string
11 "path": "build" string
/developtools/hdc/hdc_rust/src/cffi/
Dusb_wrapper.cpp25 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()
Doh_usb.cpp47 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/
DTabPaneFileSystemEvents.test.ts47 path: '/data/local/tmp/test', variable
64 path: '-', variable
DTabPaneFileSystemDescTimeSlice.test.ts95 path: '/data/local/tmp/test', variable
112 path: '-', variable
DTabPaneFileSystemDescHistory.test.ts94 path: '/data/local/tmp/test', variable
111 path: '-', variable
/developtools/profiler/host/smartperf/client/client_command/include/
Dsp_csv_util.h30 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/
Dnetwork_plugin_test.cpp74 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/
Ddev_hdc_test.py207 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/
DPerfProfile.ts19 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/
Dcontext_tool.c46 char path[PATH_MAX + 1] = {0x00}; in GetFileContext() local
99 char path[PATH_MAX + 1] = {0x00}; in ConvertedContextSaveAsFile() local

123456789