Home
last modified time | relevance | path

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

12345678910>>...12

/developtools/integration_verification/tools/deps_guard/rules/ChipsetsdkSP/
Dchipsetsdk_sp_info.json5 "path": "//base/hiviewdfx/faultloggerd/interfaces/innerkits/backtrace:libbacktrace_local", string
11 "path": "//base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent:libhisysevent", string
17 "path": "//third_party/cJSON:cjson", string
23 "path": "//third_party/cJSON:cjson", string
29 "path": "//base/hiviewdfx/hitrace/interfaces/native/innerkits:hitrace_meter", string
35 "path": "//base/startup/init/interfaces/innerkits:libbeget_proxy", string
41 "path": "//base/startup/init/interfaces/innerkits:libbegetutil", string
47 "path": "//commonlibrary/c_utils/base:utils", string
53 "path": "//commonlibrary/ets_utils/js_concurrent_module/utils:utils", string
59 "path": "//drivers/hdf_core/adapter/uhdf2/hdi:libhdi", string
[all …]
Dchipsetsdk_sp_indirect_info.json5 … "path": "//base/hiviewdfx/faultloggerd/interfaces/innerkits/dump_catcher:libdfx_dumpcatcher", string
11 … "path": "//base/hiviewdfx/faultloggerd/interfaces/innerkits/faultloggerd_client:libfaultloggerd", string
17 "path": "//base/hiviewdfx/faultloggerd/interfaces/innerkits/procinfo:libdfx_procinfo", string
23 "path": "//base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder:libunwinder", string
29 "path": "//base/hiviewdfx/hitrace/interfaces/innerkits/native/innerkits:libhitracechain", string
35 …"path": "//base/hiviewdfx/hiview/interfaces/inner_api/unified_collection/client:libcollection_clie… string
41 "path": "//base/notification/eventhandler/frameworks/eventhandler:libeventhandler", string
47 …"path": "//foundation/filemanagement/storage_service/interfaces/innerkits/acl/native:storage_manag… string
53 …"path": "//foundation/resourceschedule/resource_schedule_service/ressched/interfaces/innerkits/res… string
59 "path": "//third_party/lzma:lzma_shared", string
/developtools/integration_verification/tools/deps_guard/rules/Passthrough/
Dpassthrough_info.json5 …"path": "//drivers/peripheral/bluetooth/audio/hal/hdi_binder/proxy:audio_bluetooth_hdi_proxy_serve… string
11 "path": "", string
17 "path": "", string
23 "path": "", string
29 "path": "", string
35 "path": "", string
41 "path": "", string
47 "path": "", string
53 "path": "", string
59 "path": "", string
[all …]
/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-libc.so", string
17 "path": "//build/common/musl:musl-libc.so", string
23 "path": "//build/common/musl:musl-libc.so", string
29 "path": "//build/common/musl:musl-libc.so", string
35 "path": "//build/common/musl:musl-libcxx.so", string
41 "path": "//base/hiviewdfx/hilog/interfaces/native/innerkits:libhilog", string
49 "path": "//base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent:libhisysevent", string
57 "path": "//base/hiviewdfx/hicollie/interfaces/native/innerkits:libhicollie", string
65 "path": "//base/security/selinux_adapter:libservice_checker", string
[all …]
Dchipsetsdk_indirect.json5 "path": "//drivers/interface/display/buffer/v1_0:libdisplay_buffer_proxy_1.0", string
19 "path": "//drivers/interface/display/buffer/v1_2:libdisplay_buffer_proxy_1.2", string
33 "path": "//base/notification/eventhandler/frameworks/eventhandler:libeventhandler", string
41 "path": "//third_party/selinux:libselinux", string
52 "path": "//third_party/pcre2:libpcre2", string
58 "path": "//drivers/interface/display/buffer/v1_0:libdisplay_buffer_hdi_impl", string
66 "path": "//drivers/interface/display/buffer/v1_2:libdisplay_buffer_hdi_impl_v1_2", string
74 "path": "//foundation/communication/ipc/ipc/native/src/core:ipc_common", string
83 "path": "//third_party/nghttp2/lib:libnghttp2_shared", string
89 "path": "//third_party/brotli:brotli_shared", string
[all …]
/developtools/global_resource_tool/src/
Dfile_entry.cpp40 FileEntry::FileEntry(const string &path) in FileEntry()
114 bool FileEntry::Exist(const string &path) in Exist()
127 bool FileEntry::RemoveAllDir(const string &path) in RemoveAllDir()
141 bool FileEntry::RemoveFile(const string &path) in RemoveFile()
150 bool FileEntry::CreateDirs(const string &path) in CreateDirs()
174 bool FileEntry::IsDirectory(const string &path) in IsDirectory()
188 string FileEntry::RealPath(const string &path) in RealPath()
223 FileEntry::FilePath::FilePath(const string &path) : filePath_(path) in FilePath()
233 FileEntry::FilePath FileEntry::FilePath::Append(const string &path) in Append()
299 string path = entry.GetFilePath().GetPath(); in RemoveAllDirInner() local
[all …]
/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dfile_utils_test.cpp93 std::string path = "file-name-that-not-exists.txt"; variable
105 std::string path = "temp.txt"; variable
124 std::string path = "dir_not_exists/temp.txt"; variable
137 std::string path = "temp.txt"; variable
156 std::string path = "dir_not_exists/temp.txt"; variable
169 std::string path = "/"; variable
Dftrace_fs_ops_test.cpp97 std::string path = FtraceFsOps::GetInstance().GetFtraceRoot(); variable
420 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/options/record-cmd"; variable
455 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/options/record-tgid"; variable
494 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/buffer_size_kb"; variable
526 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/trace_clock"; variable
568 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/set_event"; variable
596 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/events/sched/sched_switch/enable"; variable
624 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/events/sched/sched_switch/enable"; variable
652 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/tracing_on"; variable
680 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/tracing_on"; variable
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_fs_ops.cpp49 auto path = *iter + "/events"; in GetFtraceRoot() local
80 int FtraceFsOps::WriteTraceFile(const std::string& path, const std::string& content) in WriteTraceFile()
92 int FtraceFsOps::WriteTraceFile(const std::string& path, const std::string& content, int flags) in WriteTraceFile()
153 std::string path = "/saved_cmdlines_size"; in SetSavedCmdLinesSize() local
191 std::string path = "/proc/" + std::to_string(pid) + "/comm"; in GetProcessComm() local
200 std::string path = "/proc/" + std::to_string(pid) + "/task/" + std::to_string(tid) + "/comm"; in GetThreadComm() local
236 std::string path = ftraceRoot_ + "/trace"; in ClearTraceBuffer() local
247 std::string path = "/options/record-cmd"; in SetRecordCmdOption() local
253 std::string path = "/options/record-tgid"; in SetRecordTgidOption() local
259 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/packing_tool/packing_tool/frameworks/src/
Dfast_app_packager.cpp210 std::string path; in IsFormatPathValid() local
233 for (const auto& path : formatPathList) { in IsHapPathValid() local
243 for (const auto& path : formatPathList) { in IsHspPathValid() local
255 fs::path path = fs::path(hapPath); in ModuleJsonAndPackInfoExists() local
266 fs::path path = fs::path(hspPath); in ModuleJsonAndPackInfoExists() local
313 fs::path path(filePath); in GetBundleTypeFromPath() local
325 std::string FastAppPackager::GetModuleJsonContentFromPath(const fs::path &path) in GetModuleJsonContentFromPath()
345 std::string FastAppPackager::ReadFileToString(const fs::path &path) in ReadFileToString()
412 for (const auto& path : pathList) { in IsPackInfoPathListValid() local
436 bool FastAppPackager::GetPackageNameFromPath(const fs::path &path, std::list<std::string> &packageN… in GetPackageNameFromPath()
[all …]
/developtools/smartperf_host/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/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/protos/types/plugins/ftrace_data/6.6.30/
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.cpp39 std::string path = "trace.bin"; member in __anon37114f8e0111::TraceFileReaderTest
45 std::string path = DEFAULT_TEST_PATH + name; in TearDownTestCase() local
64 std::string path = "trace-write-msg.bin"; variable
99 std::string path = "trace-write-msg.bin"; variable
136 std::string path = DEFAULT_TEST_PATH + name; variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/utils_Test/
Dutils_test.cpp289 std::string path("tempdir"); variable
301 std::string path("tempdir"); variable
316 std::string path("tempdir"); variable
328 std::string path("tempdir"); variable
528 std::string path("tempdir/new"); variable
540 std::string path; variable
595 std::string path; variable
/developtools/smartperf_host/smartperf_host/patches/
Dpatches.json6 "path": "productdefine/common" string
11 "path": "build" string
/developtools/packing_tool/packing_tool/frameworks/test/unittest/unzip_wrapper_test/
Dunzip_wrapper_test.cpp133 std::string path; variable
147 std::string path; variable
161 std::string path; variable
/developtools/smartperf_host/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/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/
Dfast_app_packager_test.cpp350 fs::path path("module.json"); variable
367 fs::path path("/data/test/test.hsp"); variable
384 fs::path path("/data/test/test.json"); variable
401 fs::path path("/data/test/test.json"); variable
418 fs::path path("/data/test/test.hsp"); variable
497 fs::path path("/data/test/test.json"); variable
515 fs::path path("/data/test/test.hsp"); variable
532 fs::path path("/data/test/test.json"); variable
602 fs::path path(""); variable
620 fs::path path(""); variable
[all …]
/developtools/hdc/credential/
Dhdc_subscriber.cpp31 std::string path = USER_DIR_PREFIX_PATH + std::to_string(data.toId); in OnStateChanged() local
102 std::string path = USER_DIR_PREFIX_PATH + item; in FreshAccountsPath() local
108 std::string path = USER_DIR_PREFIX_PATH + item; in FreshAccountsPath() local
/developtools/integration_verification/tools/deps_guard/rules/LLndk/
Dllndk_info.json5 "path": "//build/common/musl:ld-musl-arm.so.1", string
11 "path": "//build/common/musl:musl-libcxx.so", string
/developtools/hdc/hdc_rust/src/cffi/
Dusb_wrapper.cpp23 extern "C" int32_t ConfigEpPointEx(const char* path) in ConfigEpPointEx()
33 extern "C" int32_t OpenEpPointEx(const char* path) in OpenEpPointEx()
72 extern "C" char *GetDevPathEx(const char *path) in GetDevPathEx()
/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_util.cpp121 bool IsLegalPath(const std::string& path) in IsLegalPath()
126 uint64_t GetFileSize(const std::string& path) in GetFileSize()
135 bool CreateFile(const std::string &path) in CreateFile()
150 bool CreateDirectory(const std::string &path, unsigned mode) in CreateDirectory()
166 std::unique_ptr<SmartFile> SmartFile::OpenFile(const std::string& path, const std::string& mode) in OpenFile()
/developtools/packing_tool/adapter/ohos/
DPackageUtil.java75 public static List<String> getPackageNameFromPath(Path path) { in getPackageNameFromPath()
102 public static String getBundleTypeFromPath(Path path) { in getBundleTypeFromPath()
201 private static String getPackInfoContentFromPath(Path path) { in getPackInfoContentFromPath()
219 private static String getModuleJsonContentFromPath(Path path) { in getModuleJsonContentFromPath()
310 private static String hash(Path path) { in hash()
465 private static void genBuildHash(Path path, ParallelScatterZipCreator zipCreator) { in genBuildHash()
498 …private static void pathToZipEntry(Path path, String baseDir, ParallelScatterZipCreator zipCreator, in pathToZipEntry()
597 private static void genBuildHash(Path path, ZipOutputStream zipOut) { in genBuildHash()
637 private static void pathToZipEntry(Path path, String baseDir, ZipOutputStream zipOut, in pathToZipEntry()
731 Path path = Paths.get(hapPath); in moduleJsonAndPackInfoExists() local
[all …]

12345678910>>...12