Home
last modified time | relevance | path

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

1234567

/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.cpp95 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
Dprocess_utils_test.cpp37 std::string path = dir + cmd; in FindCmd() local
/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::CreateDirs(const string &path) in CreateDirs()
164 bool FileEntry::IsDirectory(const string &path) in IsDirectory()
178 string FileEntry::RealPath(const string &path) in RealPath()
207 FileEntry::FilePath::FilePath(const string &path) : filePath_(path) in FilePath()
217 FileEntry::FilePath FileEntry::FilePath::Append(const string &path) in Append()
283 string path = entry.GetFilePath().GetPath(); in RemoveAllDirInner() local
314 bool FileEntry::CreateDirsInner(const string &path, string::size_type offset) in CreateDirsInner()
[all …]
Dresource_util.cpp62 bool ResourceUtil::FileExist(const string &path) in FileExist()
67 bool ResourceUtil::RmoveAllDir(const string &path) in RmoveAllDir()
72 bool ResourceUtil::OpenJsonFile(const string &path, Json::Value &root) in OpenJsonFile()
94 bool ResourceUtil::SaveToJsonFile(const string &path, const Json::Value &root) in SaveToJsonFile()
262 string ResourceUtil::RealPath(const string &path) in RealPath()
267 bool ResourceUtil::IslegalPath(const string &path) in IslegalPath()
/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
154 std::string path = ftraceRoot_ + "/options/record-cmd"; in SetRecordCmdOption() local
160 std::string path = ftraceRoot_ + "/options/record-tgid"; in SetRecordTgidOption() local
166 std::string path = ftraceRoot_ + "/buffer_size_kb"; in SetBufferSizeKb() local
172 std::string path = ftraceRoot_ + "/trace_clock"; in SetTraceClock() local
178 std::string path = ftraceRoot_ + "/trace_clock"; in GetTraceClock() local
214 std::string path = ftraceRoot_ + "/set_event"; in AppendSetEvent() local
Dfile_utils.cpp49 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/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.cpp40 std::string path = "trace.bin"; member in __anon8223bb2d0111::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/client/client_command/
DGPU.cpp33 for (auto path : gpuCurFreqPaths) { in GetGpuFreq() local
44 for (auto path : gpuCurLoadPaths) { in GetGpuLoad() local
/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/host/smartperf/client/client_command/include/
Dsp_csv_util.h30 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/ftrace_plugin/include/
Dftrace_fs_ops.h65 void SetFtraceRoot(std::string path) in SetFtraceRoot()
/developtools/ace_js2bundle/ace-loader/src/
Dmanifest-loader.js17 const path = require('path'); constant
/developtools/packing_tool/adapter/ohos/
DUriInfo.java45 public String path = ""; field in UriInfo
DCompressVerify.java273 private static boolean isHapPathValid(String path) { in isHapPathValid()
628 private static boolean isPathValid(String path, boolean isFile, String flag) { in isPathValid()
636 private static boolean isDirectoryValidStrictCase(String path, String directoryName) { in isDirectoryValidStrictCase()
655 private static List<String> removeDuplicatePath(String path) { in removeDuplicatePath()
/developtools/ace_ets2bundle/compiler/
Duglify-source.js17 const path = require('path') constant
/developtools/ace_js2bundle/ace-loader/
Duglify-source.js17 const path = require('path') constant
/developtools/profiler/device/plugins/network_plugin/test/unittest/
Dnetwork_plugin_test.cpp74 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
/developtools/hdc/src/host/
Dext_client.cpp23 const char *path = "libexternal_hdc.dll"; in ExtClient() local
44 const char *path = "libexternal_hdc.dll"; in SharedLibraryExist() local
342 const char *path = "libexternal_hdc.dll"; in WaitForExtent() local
344 const char *path = "libexternal_hdc.dylib"; in WaitForExtent() local
346 const char *path = "libexternal_hdc.z.so"; in WaitForExtent() local
408 string path = string(dirname(execPath)) + "/" + string(argv[0]); in ExternalExecFunc() local
/developtools/ace_js2bundle/ace-loader/src/lite/
Dlite-customize.js16 const path = require('path'); constant
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DPerfProfile.ts23 path: string = "" property in PerfFile
75 path: string = ""; property in PerfCallChain
116 path: string = "" property in PerfCallChainMerageData
195 path: string = ""; property in PerfStack
DSmapsStruct.ts21 path: string = "" property in Smaps
53 path: string = "" property in SmapsTreeObj
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DKeyStoreTest.java53 Path path = Paths.get(keyStorePath); in testKeyStore() local

1234567