Home
last modified time | relevance | path

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

123456

/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.cpp94 std::string path = FtraceFsOps::GetInstance().GetFtraceRoot(); variable
410 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/options/record-cmd"; variable
444 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/options/record-tgid"; variable
478 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/buffer_size_kb"; variable
506 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/trace_clock"; variable
546 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/set_event"; variable
574 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/events/sched/sched_switch/enable"; variable
602 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/events/sched/sched_switch/enable"; variable
630 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/tracing_on"; variable
658 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "tracing_on"; variable
Dprocess_utils_test.cpp37 std::string path = dir + cmd; in FindCmd() local
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_fs_ops.cpp47 auto path = *iter + "/events"; in GetFtraceRoot() local
102 std::string path = "/proc/" + std::to_string(pid) + "/comm"; in GetProcessComm() local
111 std::string path = "/proc/" + std::to_string(pid) + "/task/" + std::to_string(tid) + "/comm"; in GetThreadComm() local
142 std::string path = ftraceRoot_ + "/trace"; in ClearTraceBuffer() local
153 std::string path = ftraceRoot_ + "/options/record-cmd"; in SetRecordCmdOption() local
159 std::string path = ftraceRoot_ + "/options/record-tgid"; in SetRecordTgidOption() local
165 std::string path = ftraceRoot_ + "/buffer_size_kb"; in SetBufferSizeKb() local
171 std::string path = ftraceRoot_ + "/trace_clock"; in SetTraceClock() local
177 std::string path = ftraceRoot_ + "/trace_clock"; in GetTraceClock() local
214 std::string path = ftraceRoot_ + "/set_event"; in AppendSetEvent() local
Dfile_utils.cpp48 std::string FileUtils::ReadFile(const std::string& path) in ReadFile()
69 int FileUtils::WriteFile(const std::string& path, const std::string& content) in WriteFile()
74 int FileUtils::WriteFile(const std::string& path, const std::string& content, int flags) in WriteFile()
79 int FileUtils::WriteFile(const std::string& path, const std::string& content, int flags, int mode) in WriteFile()
Dftrace_data_reader.cpp29 FtraceDataReader::FtraceDataReader(const std::string& path) : path_(path), readFd_(-1) in FtraceDataReader()
/developtools/global_resource_tool/src/
Dfile_entry.cpp33 FileEntry::FileEntry(const string &path) in FileEntry()
85 bool FileEntry::Exist(const string &path) in Exist()
94 bool FileEntry::RemoveAllDir(const string &path) in RemoveAllDir()
108 bool FileEntry::CreateDirs(const string &path) in CreateDirs()
125 bool FileEntry::IsDirectory(const string &path) in IsDirectory()
132 FileEntry::FilePath::FilePath(const string &path) : filePath_(path) in FilePath()
142 FileEntry::FilePath FileEntry::FilePath::Append(const string &path) in Append()
220 bool FileEntry::CreateDirsInner(const string &path, string::size_type offset) in CreateDirsInner()
/developtools/profiler/device/services/profiler_service/test/unittest/
Dtrace_file_reader_test.cpp40 std::string path = "trace.bin"; member in __anonf6bf6af10111::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/profiler/host/smartperf/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/profiler/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/profiler/host/ohosprofiler/src/main/java/ohos/devtools/views/perftrace/bean/
DPrefFile.java33 private String path; field in PrefFile
96 public void setPath(String path) { in setPath()
/developtools/profiler/device/services/profiler_service/src/
Dtrace_file_writer.cpp25 TraceFileWriter::TraceFileWriter(const std::string& path) : path_(path), writeBytes_(0) in TraceFileWriter()
43 bool TraceFileWriter::Open(const std::string& path) in Open()
/developtools/profiler/host/smartperf/client/
Dgp_utils.cpp38 bool GPUtils::canOpen(const std::string &path) in canOpen()
70 std::string GPUtils::freadFile(const std::string &path) in freadFile()
104 void GPUtils::writeCsv(const std::string &path, std::vector<GPData> &vmap) in writeCsv()
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_fs_ops.h64 void SetFtraceRoot(std::string path) in SetFtraceRoot()
/developtools/packing_tool/adapter/ohos/
DCompressVerify.java227 private static boolean isHapPathValid(String path) { in isHapPathValid()
462 private static boolean isPathValid(String path, boolean isFile, String flag) { in isPathValid()
470 private static boolean isDirectoryValidStrictCase(String path, String directoryName) { in isDirectoryValidStrictCase()
489 private static List<String> removeDuplicatePath(String path) { in removeDuplicatePath()
/developtools/ace-js2bundle/ace-loader/src/
Dmanifest-loader.js17 const path = require('path'); constant
Dmodule-collection-plugin.js16 const path = require('path'); constant
/developtools/ace-ets2bundle/compiler/
Dbuild_parser.js20 const path = require('path'); constant
Duglify-source.js17 const path = require('path') constant
Dnpm-install.js17 const path = require('path'); constant
/developtools/ace-js2bundle/ace-loader/
Duglify-source.js17 const path = require('path') constant
Dnpm-install.js17 var path = require("path"); variable
/developtools/profiler/device/plugins/network_plugin/test/unittest/
Dnetwork_plugin_test.cpp70 std::string path = "/proc/self/exe"; in Getexepath() local
117 std::string GetFullPath(std::string path) in GetFullPath()
250 std::string path = DEFAULT_SO_PATH + std::string("libnetworkplugin.z.so"); variable
279 std::string path = DEFAULT_SO_PATH + std::string("libnetworkplugin.z.so"); variable
/developtools/ace-js2bundle/ace-loader/src/lite/
Dlite-customize.js16 const path = require('path'); constant
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DKeyStoreTest.java53 Path path = Paths.get(keyStorePath); in testKeyStore() local

123456