/developtools/global_resource_tool/src/ |
D | file_entry.cpp | 39 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 …]
|
D | resource_util.cpp | 63 bool ResourceUtil::FileExist(const string &path) in FileExist() 68 bool ResourceUtil::RmoveAllDir(const string &path) in RmoveAllDir() 73 bool ResourceUtil::OpenJsonFile(const string &path, Json::Value &root) in OpenJsonFile() 95 bool ResourceUtil::SaveToJsonFile(const string &path, const Json::Value &root) in SaveToJsonFile() 253 string ResourceUtil::RealPath(const string &path) in RealPath() 258 bool ResourceUtil::IslegalPath(const string &path) in IslegalPath()
|
/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 | 95 std::string path = FtraceFsOps::GetInstance().GetFtraceRoot(); variable 411 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/options/record-cmd"; variable 445 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/options/record-tgid"; variable 479 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/buffer_size_kb"; variable 507 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/trace_clock"; variable 547 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/set_event"; variable 575 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/events/sched/sched_switch/enable"; variable 603 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/events/sched/sched_switch/enable"; variable 631 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "/tracing_on"; variable 659 std::string path = FtraceFsOps::GetInstance().ftraceRoot_ + "tracing_on"; variable
|
/developtools/profiler/device/plugins/ftrace_plugin/src/ |
D | ftrace_fs_ops.cpp | 47 auto path = *iter + "/events"; in GetFtraceRoot() local 92 std::string path = ftraceRoot_ + "/saved_cmdlines_size"; in SetSavedCmdLinesSize() local 108 std::string path = "/proc/" + std::to_string(pid) + "/comm"; in GetProcessComm() local 117 std::string path = "/proc/" + std::to_string(pid) + "/task/" + std::to_string(tid) + "/comm"; in GetThreadComm() local 148 std::string path = ftraceRoot_ + "/trace"; in ClearTraceBuffer() local 158 std::string path = ftraceRoot_ + "/options/record-cmd"; in SetRecordCmdOption() local 164 std::string path = ftraceRoot_ + "/options/record-tgid"; in SetRecordTgidOption() local 170 std::string path = ftraceRoot_ + "/buffer_size_kb"; in SetBufferSizeKb() local 176 std::string path = ftraceRoot_ + "/trace_clock"; in SetTraceClock() local 182 std::string path = ftraceRoot_ + "/trace_clock"; in GetTraceClock() local [all …]
|
D | file_utils.cpp | 49 std::string FileUtils::ReadFile(const std::string& path) in ReadFile() 67 int FileUtils::WriteFile(const std::string& path, const std::string& content) in WriteFile() 72 int FileUtils::WriteFile(const std::string& path, const std::string& content, int flags) in WriteFile() 77 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/ |
D | cgroup.proto | 43 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/ |
D | cgroup.proto | 43 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/host/smartperf/trace_streamer/src/protos/types/plugins/ftrace_data/default/ |
D | cgroup.proto | 43 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/ |
D | trace_file_reader_test.cpp | 40 std::string path = "trace.bin"; member in __anon7246512b0111::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/integration_verification/cases/smoke/basic/screenshot32/acls_check/ |
D | resolve_token_info.py | 54 def clear_token_info_txt(path): argument 61 def read_txt(path): argument
|
/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/smartperf_host/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/smartperf_host/patches/ |
D | patches.json | 6 "path": "productdefine/common" string 11 "path": "build" string
|
/developtools/profiler/host/smartperf/client/client_command/ |
D | GPU.cpp | 33 for (auto path : gpuCurFreqPaths) { in GetGpuFreq() local 44 for (auto path : gpuCurLoadPaths) { in GetGpuLoad() local
|
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
D | TabPaneFileSystemEvents.test.ts | 50 path: '/data/local/tmp/test', variable 67 path: '-', variable
|
D | TabPaneFileSystemDescTimeSlice.test.ts | 98 path: '/data/local/tmp/test', variable 115 path: '-', variable
|
D | TabPaneFileSystemDescHistory.test.ts | 97 path: '/data/local/tmp/test', variable 114 path: '-', variable
|
/developtools/profiler/host/smartperf/client/client_command/include/ |
D | sp_csv_util.h | 30 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/ |
D | network_plugin_test.cpp | 74 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/profiler/host/smartperf/ide/src/trace/bean/ |
D | PerfProfile.ts | 21 path: string = ''; property in PerfFile 62 path: string = ''; property in PerfCallChain 82 path: string = ''; property in PerfCallChainMerageData 121 path: string = ''; property in PerfStack
|
/developtools/smartperf_host/ide/src/trace/bean/ |
D | PerfProfile.ts | 19 path: string = ''; property in PerfFile 68 path: string = ''; property in PerfCallChain 84 path: string = ''; property in PerfCallChainMerageData 121 path: string = ''; property in PerfStack
|
/developtools/packing_tool/adapter/ohos/ |
D | CompressVerify.java | 274 private static boolean isHapPathValid(String path) { in isHapPathValid() 631 private static boolean isPathValid(String path, boolean isFile, String flag) { in isPathValid() 639 private static boolean isDirectoryValidStrictCase(String path, String directoryName) { in isDirectoryValidStrictCase() 658 private static List<String> removeDuplicatePath(String path) { in removeDuplicatePath()
|
/developtools/ace_ets2bundle/compiler/src/fast_build/ark_compiler/common/ |
D | ob_config_resolver.ts | 216 for (const path of configPaths) { constant 444 for (const path of lib.consumerRules) { constant 453 for (const path of sourceObConfig.dependencies.hars) { constant 472 for (const path of this.sourceObConfig.selfConfig.consumerRules) { constant
|
/developtools/profiler/device/plugins/ftrace_plugin/include/ |
D | ftrace_fs_ops.h | 66 void SetFtraceRoot(std::string path) in SetFtraceRoot()
|