Home
last modified time | relevance | path

Searched defs:path (Results 1 – 25 of 214) 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-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": "", string
55 "path": "//base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent:libhisysevent", string
64 "path": "//base/hiviewdfx/hicollie/interfaces/native/innerkits:libhicollie", 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": "//base/hiviewdfx/hitrace/interfaces/native/innerkits:libhitracechain", string
66 "path": "//drivers/interface/display/buffer/v1_0:libdisplay_buffer_hdi_impl", string
74 "path": "//drivers/interface/display/buffer/v1_2:libdisplay_buffer_hdi_impl_v1_2", string
82 "path": "//foundation/communication/ipc/ipc/native/src/core:ipc_common", string
91 "path": "//third_party/nghttp2/lib:libnghttp2_shared", 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::RemoveFile(const string &path) in RemoveFile()
149 bool FileEntry::CreateDirs(const string &path) in CreateDirs()
173 bool FileEntry::IsDirectory(const string &path) in IsDirectory()
187 string FileEntry::RealPath(const string &path) in RealPath()
222 FileEntry::FilePath::FilePath(const string &path) : filePath_(path) in FilePath()
232 FileEntry::FilePath FileEntry::FilePath::Append(const string &path) in Append()
298 string path = entry.GetFilePath().GetPath(); in RemoveAllDirInner() local
[all …]
Dresource_util.cpp63 bool ResourceUtil::FileExist(const string &path) in FileExist()
68 bool ResourceUtil::RmoveAllDir(const string &path) in RmoveAllDir()
73 bool ResourceUtil::RmoveFile(const string &path) in RmoveFile()
78 bool ResourceUtil::OpenJsonFile(const string &path, cJSON **root) in OpenJsonFile()
100 bool ResourceUtil::SaveToJsonFile(const string &path, const cJSON *root) in SaveToJsonFile()
257 string ResourceUtil::RealPath(const string &path) in RealPath()
262 bool ResourceUtil::IslegalPath(const string &path) in IslegalPath()
/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.cpp48 auto path = *iter + "/events"; in GetFtraceRoot() local
69 int FtraceFsOps::WriteTraceFile(const std::string& path, const std::string& content) in WriteTraceFile()
81 int FtraceFsOps::WriteTraceFile(const std::string& path, const std::string& content, int flags) in WriteTraceFile()
137 std::string path = "/saved_cmdlines_size"; in SetSavedCmdLinesSize() local
153 std::string path = "/proc/" + std::to_string(pid) + "/comm"; in GetProcessComm() local
162 std::string path = "/proc/" + std::to_string(pid) + "/task/" + std::to_string(tid) + "/comm"; in GetThreadComm() local
202 std::string path = ftraceRoot_ + "/trace"; in ClearTraceBuffer() local
213 std::string path = "/options/record-cmd"; in SetRecordCmdOption() local
219 std::string path = "/options/record-tgid"; in SetRecordTgidOption() local
225 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/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/device/services/profiler_service/test/unittest/
Dtrace_file_reader_test.cpp39 std::string path = "trace.bin"; member in __anon50cea6ac0111::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/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/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/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/smartperf_host/patches/
Dpatches.json6 "path": "productdefine/common" string
11 "path": "build" 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/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()
463 private static void genBuildHash(Path path, ParallelScatterZipCreator zipCreator) { in genBuildHash()
496 …private static void pathToZipEntry(Path path, String baseDir, ParallelScatterZipCreator zipCreator, in pathToZipEntry()
593 private static void genBuildHash(Path path, ZipOutputStream zipOut) { in genBuildHash()
633 private static void pathToZipEntry(Path path, String baseDir, ZipOutputStream zipOut, in pathToZipEntry()
726 Path path = Paths.get(hapPath); in moduleJsonAndPackInfoExists() local
[all …]
/developtools/profiler/device/plugins/network_plugin/test/unittest/
Dnetwork_plugin_test.cpp68 std::string path = "/proc/self/exe"; in Getexepath() local
115 std::string GetFullPath(std::string path) in GetFullPath()
248 std::string path = std::string("libnetworkplugin.z.so"); variable
277 std::string path = std::string("libnetworkplugin.z.so"); variable
311 std::string path = std::string("libnetworkplugin.z.so"); variable
/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/hdc/src/common/
Dcompress.cpp20 bool Compress::AddPath(std::string path) in AddPath()
57 bool Compress::AddEntry(std::string path) in AddEntry()
/developtools/hdc/src/host/
Dhost_app.cpp74 string path = argv[i]; in BeginInstall() local
165 string path = ctxNow.taskQueue.back(); in CheckInstallContinue() local
173 string path = ctxNow.localPath; in CheckInstallContinue() local
/developtools/smartperf_host/trace_streamer/src/base/
Dfile.cpp55 int32_t OpenFile(const std::string &path, int32_t flags, uint32_t mode) in OpenFile()
79 std::vector<std::string> GetFilesNameFromDir(const std::string &path) in GetFilesNameFromDir()
/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

123456789