/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/ |
H A D | native_memory_profiler_sa_service.h | 60 std::string filePath; member
|
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/test/unittest/ |
H A D | native_memory_profiler_sa_client_manager_test.cpp | 65 std::string filePath = "XXXXXXXXXXXX"; in HWTEST_F() local
|
H A D | native_memory_profiler_sa_config_test.cpp | 46 std::string filePath = "XXXXXXXXXXXX"; in HWTEST_F() local
|
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | log.cpp | 34 string filePath = GetFileNameAny(tmpPath); in PrintLogEx() local
|
/developtools/packing_tool/packing_tool/frameworks/src/json/ |
H A D | json_utils.cpp | 32 bool JsonUtils::IsModuleJson(const std::string& filePath) in IsModuleJson() argument 37 bool JsonUtils::IsConfigJson(const std::string& filePath) in IsConfigJson() argument 42 bool JsonUtils::IsPatchJson(const std::string& filePath) in IsPatchJson() argument 47 std::unique_ptr<PtJson> JsonUtils::JsonFromFile(const std::string& filePath) in JsonFromFile() argument 64 JsonToFile(const std::unique_ptr<PtJson>& json, const std::string& filePath) JsonToFile() argument 72 StrToFile(const std::string& str, const std::string& filePath) StrToFile() argument [all...] |
/developtools/global_resource_tool/src/ |
H A D | resconfig_parser.cpp | 31 uint32_t ResConfigParser::Init(const string &filePath, HandleBack callback) in Init() argument
|
H A D | binary_file_packer.cpp | 76 uint32_t BinaryFilePacker::CopyBinaryFile(const string &filePath, const string &fileType) in CopyBinaryFile() argument
|
H A D | resource_check.cpp | 68 string filePath = resourceItem.GetFilePath();
in CheckNodeInResourceItem() local 104 bool ResourceCheck::GetPngWidthAndHeight(const string &filePath, uint32_t *width, uint32_t *height)
in GetPngWidthAndHeight() argument
|
H A D | resource_item.cpp | 73 void ResourceItem::SetFilePath(const string &filePath) in SetFilePath() argument
|
/developtools/profiler/device/plugins/native_daemon/src/ |
H A D | hook_service.cpp | 66 std::string filePath = "/proc/" + std::to_string(peerConfig) + "/cmdline"; in ProtocolProc() local
|
/developtools/packing_tool/adapter/ohos/ |
H A D | BinaryTool.java | 44 public static boolean generateBinaryFile(final String filePath, final String binaryFilePath) { in generateBinaryFile() argument 90 private static boolean writePackageInfo(final String filePath, RandomAccessFile appStream) { in writePackageInfo() argument 119 private static void writeFileInfo(final String filePath, final String directory, boolean isWindows, in writeFileInfo() argument 172 getValueFromJsonFileContent(final String key, final String subKey, final String jsonFileName, final String filePath) getValueFromJsonFileContent() argument [all...] |
/developtools/packing_tool/packing_tool/frameworks/src/ |
H A D | appqf_packager.cpp | 129 std::string filePath = entryPath.filename().string(); in Process() local
|
H A D | unzip_wrapper.cpp | 65 std::string UnzipWrapper::ExtractFile(const std::string filePath) in ExtractFile() argument 116 int32_t UnzipWrapper::UnzipFile(std::string filePath) in UnzipFile() argument
|
H A D | zip_wrapper.cpp | 65 int32_t ZipWrapper::AddFileOrDirectoryToZip(const std::string &filePath, const std::string &zipPath) in AddFileOrDirectoryToZip() argument 148 int32_t ZipWrapper::AddFileToZip(const std::string &filePath, const std::string &zipPath) in AddFileToZip() argument
|
H A D | package_normalize.cpp | 135 std::string filePath = entryPath.filename().string(); in Process() local
|
/developtools/profiler/device/plugins/xpower_plugin/test/ |
H A D | xpower_main.cpp | 63 std::string filePath;
in main() local
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/ |
H A D | ProfileTest.java | 173 private void loadFile(String filePath) throws IOException { in loadFile() argument 195 private void deleteFile(String filePath) throws IOException { in deleteFile() argument
|
/developtools/hapsigner/hapsigntool_cpp/hap/verify/src/ |
H A D | verify_bin.cpp | 34 std::string filePath = options->GetString(Options::IN_FILE); in Verify() local
|
/developtools/hapsigner/hapsigntool_cpp_test/unittest/hapVerify/ |
H A D | random_access_file_test.cpp | 70 std::string filePath = "./hapVerify/test_hapverify.zip"; in HWTEST_F() local
|
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/ |
H A D | HashUtils.java | 91 public static byte[] getFileDigest(String filePath, String algName) { in getFileDigest() argument
|
/developtools/packing_tool/packing_tool/frameworks/test/unittest/zip_utils_test/ |
H A D | zip_utils_test.cpp | 72 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); in SetUp() local 78 bool ZipUtilsTest::CheckFilePath(const std::string& filePath) in CheckFilePath() argument 90 CreateFilePath(const std::string& filePath) CreateFilePath() argument 99 CreateFile(const std::string& filePath) CreateFile() argument 110 DeleteFilePath(const std::string& filePath) DeleteFilePath() argument 168 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); HWTEST_F() local 189 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); HWTEST_F() local 210 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); HWTEST_F() local 232 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); HWTEST_F() local 255 std::string filePath = std::string(FILE_PATH) + std::string(FILE_NAME); HWTEST_F() local [all...] |
/developtools/packing_tool/packing_tool/frameworks/test/unittest/zip_wrapper_test/ |
H A D | zip_wrapper_test.cpp | 241 std::string filePath = "./test.txt"; in HWTEST_F() local
|
/developtools/profiler/device/base/test/unittest/ |
H A D | common_test.cpp | 31 bool WriteFile(const std::string& filePath, const std::string& fileContent)
in WriteFile() argument 108 std::string filePath = "/data/local/tmp/config.txt";
in HWTEST_F() local [all...] |
/developtools/profiler/device/plugins/ffrt_profiler/test/unittest/ |
H A D | ffrt_profiler_test.cpp | 101 bool CheckFileSize(const std::string& filePath) in CheckFileSize() argument
|
/developtools/smartperf_host/trace_streamer/src/filter/perf_filter/ |
H A D | perf_data_filter.cpp | 28 size_t PerfDataFilter::AppendPerfFiles(uint64_t fileId, uint32_t serial, DataIndex symbols, DataIndex filePath) in AppendPerfFiles() argument 54 auto filePath = traceDataCache_->GetPerfFilesData()->FilePaths(); in Finish() local
|