Home
last modified time | relevance | path

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

12345678910

/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": "//base/hiviewdfx/hisysevent/interfaces/native/innerkits/hisysevent:libhisysevent", string
57 "path": "//base/hiviewdfx/hicollie/interfaces/native/innerkits:libhicollie", string
65 "path": "//base/security/selinux_adapter:libservice_checker", 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": "//drivers/interface/display/buffer/v1_0:libdisplay_buffer_hdi_impl", string
66 "path": "//drivers/interface/display/buffer/v1_2:libdisplay_buffer_hdi_impl_v1_2", string
74 "path": "//foundation/communication/ipc/ipc/native/src/core:ipc_common", string
83 "path": "//third_party/nghttp2/lib:libnghttp2_shared", string
89 "path": "//third_party/brotli:brotli_shared", string
[all …]
/developtools/global_resource_tool/src/
Dfile_entry.cpp40 FileEntry::FileEntry(const string &path) in FileEntry()
114 bool FileEntry::Exist(const string &path) in Exist()
127 bool FileEntry::RemoveAllDir(const string &path) in RemoveAllDir()
141 bool FileEntry::RemoveFile(const string &path) in RemoveFile()
150 bool FileEntry::CreateDirs(const string &path) in CreateDirs()
174 bool FileEntry::IsDirectory(const string &path) in IsDirectory()
188 string FileEntry::RealPath(const string &path) in RealPath()
223 FileEntry::FilePath::FilePath(const string &path) : filePath_(path) in FilePath()
233 FileEntry::FilePath FileEntry::FilePath::Append(const string &path) in Append()
299 string path = entry.GetFilePath().GetPath(); in RemoveAllDirInner() local
[all …]
Dresource_util.cpp67 bool ResourceUtil::FileExist(const string &path) in FileExist()
72 bool ResourceUtil::RmoveAllDir(const string &path) in RmoveAllDir()
77 bool ResourceUtil::RmoveFile(const string &path) in RmoveFile()
82 bool ResourceUtil::OpenJsonFile(const string &path, cJSON **root) in OpenJsonFile()
101 bool ResourceUtil::SaveToJsonFile(const string &path, const cJSON *root) in SaveToJsonFile()
270 string ResourceUtil::RealPath(const string &path) in RealPath()
275 bool ResourceUtil::IslegalPath(const string &path) in IslegalPath()
Dbinary_file_packer.cpp122 string path = entry->GetFilePath().GetPath(); in CopyBinaryFileImpl() local
123 …auto copyFunc = [this](const string path, string subPath) { return this->CopySingleFile(path, subP… in CopyBinaryFileImpl()
142 uint32_t BinaryFilePacker::CopySingleFile(const std::string &path, std::string &subPath) in CopySingleFile()
/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.cpp49 auto path = *iter + "/events"; in GetFtraceRoot() local
80 int FtraceFsOps::WriteTraceFile(const std::string& path, const std::string& content) in WriteTraceFile()
92 int FtraceFsOps::WriteTraceFile(const std::string& path, const std::string& content, int flags) in WriteTraceFile()
153 std::string path = "/saved_cmdlines_size"; in SetSavedCmdLinesSize() local
169 std::string path = "/proc/" + std::to_string(pid) + "/comm"; in GetProcessComm() local
178 std::string path = "/proc/" + std::to_string(pid) + "/task/" + std::to_string(tid) + "/comm"; in GetThreadComm() local
214 std::string path = ftraceRoot_ + "/trace"; in ClearTraceBuffer() local
225 std::string path = "/options/record-cmd"; in SetRecordCmdOption() local
231 std::string path = "/options/record-tgid"; in SetRecordTgidOption() local
237 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/packing_tool/packing_tool/frameworks/src/
Dfast_app_packager.cpp200 std::string path; in IsFormatPathValid() local
223 for (const auto& path : formatPathList) { in IsHapPathValid() local
233 for (const auto& path : formatPathList) { in IsHspPathValid() local
245 fs::path path = fs::path(hapPath); in ModuleJsonAndPackInfoExists() local
256 fs::path path = fs::path(hspPath); in ModuleJsonAndPackInfoExists() local
303 fs::path path(filePath); in GetBundleTypeFromPath() local
315 std::string FastAppPackager::GetModuleJsonContentFromPath(const fs::path &path) in GetModuleJsonContentFromPath()
335 std::string FastAppPackager::ReadFileToString(const fs::path &path) in ReadFileToString()
402 for (const auto& path : pathList) { in IsPackInfoPathListValid() local
426 bool FastAppPackager::GetPackageNameFromPath(const fs::path &path, std::list<std::string> &packageN… in GetPackageNameFromPath()
[all …]
/developtools/profiler/protos/types/plugins/ftrace_data/6.6.30/
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/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 __anon87b1eaec0111::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/packing_tool/packing_tool/frameworks/test/unittest/utils_Test/
Dutils_test.cpp288 std::string path("tempdir"); variable
300 std::string path("tempdir"); variable
315 std::string path("tempdir"); variable
327 std::string path("tempdir"); variable
527 std::string path("tempdir/new"); variable
539 std::string path; variable
594 std::string path; variable
/developtools/packing_tool/packing_tool/frameworks/test/unittest/fast_app_packager_test/
Dfast_app_packager_test.cpp347 fs::path path("module.json"); variable
364 fs::path path("/data/test/test.hsp"); variable
381 fs::path path("/data/test/test.json"); variable
398 fs::path path("/data/test/test.json"); variable
415 fs::path path("/data/test/test.hsp"); variable
494 fs::path path("/data/test/test.json"); variable
512 fs::path path("/data/test/test.hsp"); variable
529 fs::path path("/data/test/test.json"); variable
599 fs::path path(""); variable
617 fs::path path(""); variable
[all …]
/developtools/profiler/hidebug/frameworks/native/src/
Dhidebug_util.cpp118 bool IsLegalPath(const std::string& path) in IsLegalPath()
123 uint64_t GetFileSize(const std::string& path) in GetFileSize()
132 bool CreateFile(const std::string &path) in CreateFile()
147 bool CreateDirectory(const std::string &path, unsigned mode) in CreateDirectory()
163 std::unique_ptr<SmartFile> SmartFile::OpenFile(const std::string& path, const std::string& mode) in OpenFile()
/developtools/packing_tool/packing_tool/frameworks/test/unittest/unzip_wrapper_test/
Dunzip_wrapper_test.cpp133 std::string path; variable
147 std::string path; variable
161 std::string path; variable
/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/smartperf_host/ide/test/trace/component/trace/sheet/file-system/
DTabPaneFileSystemEvents.test.ts50 path: '/data/local/tmp/test', variable
67 path: '-', variable
DTabPaneFileSystemDescTimeSlice.test.ts95 path: '/data/local/tmp/test', variable
112 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()

12345678910