/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 | 94 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
|
D | process_utils_test.cpp | 37 std::string path = dir + cmd; in FindCmd() local
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | ftrace_fs_ops.cpp | 47 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
|
D | file_utils.cpp | 48 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()
|
D | ftrace_data_reader.cpp | 29 FtraceDataReader::FtraceDataReader(const std::string& path) : path_(path), readFd_(-1) in FtraceDataReader()
|
/developtools/global_resource_tool/src/ |
D | file_entry.cpp | 33 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/ |
D | trace_file_reader_test.cpp | 40 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/ |
D | cgroup.proto | 43 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/ |
D | cgroup.proto | 43 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/ |
D | PrefFile.java | 33 private String path; field in PrefFile 96 public void setPath(String path) { in setPath()
|
/developtools/profiler/device/services/profiler_service/src/ |
D | trace_file_writer.cpp | 25 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/ |
D | gp_utils.cpp | 38 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/ |
D | ftrace_fs_ops.h | 64 void SetFtraceRoot(std::string path) in SetFtraceRoot()
|
/developtools/packing_tool/adapter/ohos/ |
D | CompressVerify.java | 227 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/ |
D | manifest-loader.js | 17 const path = require('path'); constant
|
D | module-collection-plugin.js | 16 const path = require('path'); constant
|
/developtools/ace-ets2bundle/compiler/ |
D | build_parser.js | 20 const path = require('path'); constant
|
D | uglify-source.js | 17 const path = require('path') constant
|
D | npm-install.js | 17 const path = require('path'); constant
|
/developtools/ace-js2bundle/ace-loader/ |
D | uglify-source.js | 17 const path = require('path') constant
|
D | npm-install.js | 17 var path = require("path"); variable
|
/developtools/profiler/device/plugins/network_plugin/test/unittest/ |
D | network_plugin_test.cpp | 70 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/ |
D | lite-customize.js | 16 const path = require('path'); constant
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/ |
D | KeyStoreTest.java | 53 Path path = Paths.get(keyStorePath); in testKeyStore() local
|