Home
last modified time | relevance | path

Searched defs:filename (Results 1 - 25 of 36) sorted by relevance

12

/base/security/code_signature/interfaces/innerkits/code_sign_utils/src/
H A Dstat_utils.cpp21 int Statx(int dfd, const char *filename, int flags, in Statx() argument
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dperf_collector_test.cpp47 std::string filename = "hiperf-"; in HWTEST_F() local
69 std::string filename = "hiperf-"; in HWTEST_F() local
92 std::string filename in HWTEST_F() local
124 std::string filename = "hiperf-"; HWTEST_F() local
149 std::string filename = "hiperf-"; HWTEST_F() local
[all...]
/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Dsys_event_stat_test.cpp38 static int OpenTestFile(const char *filename) in OpenTestFile() argument
48 static std::string GetFileContent(const std::string& filename) in GetFileContent() argument
/base/startup/init/services/init/standard/
H A Dsystem_call_wrap.c108 int __wrap_chmod(const char *filename, int pmode) in __wrap_chmod() argument
134 FILE *__wrap_fopen(const char *filename, const char *mode) in __wrap_fopen() argument
/base/update/updater/services/ui/view/layout/
H A Dlayout_parser.cpp51 bool LoadLayout(const std::string &filename, UxPageInfo &pageInfo) const in LoadLayout() argument
/base/update/updater/test/unittest/applypatch_test/
H A Dblockset_unittest.cpp88 std::string filename = "/tmp/ut_blockset"; in HWTEST_F() local
H A Dall_cmd_unittest.cpp106 char filename[] = {"/data/updater/updater/allCmdUnitTest.bin"}; in HWTEST_F() local
/base/hiviewdfx/hilog_lite/services/apphilogcat/
H A Dhiview_applogcat.c42 static int FileSize(const char *filename) in FileSize() argument
59 static FILE *FileClear(FILE **fp, const char *filename) in FileClear() argument
/base/hiviewdfx/hidumper/frameworks/native/src/executor/
H A Dfile_stream_dumper.cpp77 std::string filename = filenames_[next_file_index_]; in OpenNextFile() local
186 std::string filename = dir_name + d_name; in BuildFileNames() local
198 std::string filename = target; in BuildFileNames() local
209 ReplacePidInFilename(std::string& filename, int pid) ReplacePidInFilename() argument
218 ReplaceCpuidInFilename(std::string& filename, int cpuid) ReplaceCpuidInFilename() argument
[all...]
/base/request/request/frameworks/js/napi/include/upload/
H A Dupload_config.h27 std::string filename; member
58 std::string filename; member
/base/theme/wallpaper_mgr/utils/src/
H A Dfile_deal.cpp97 std::string filename = filePath; in GetExtension() local
/base/hiviewdfx/hiview/plugins/unified_collector/task/
H A Dcpu_perf_dump.cpp51 std::string filename = "hiperf-top3-"; in DumpTopNCpuProcessPerfData() local
/base/location/services/location_locator/locator/source/
H A Dlocation_config_manager.cpp60 bool LocationConfigManager::IsExistFile(const std::string& filename) in IsExistFile() argument
80 bool LocationConfigManager::CreateFile(const std::string& filename, const std::string& filedata) in CreateFile() argument
/base/hiviewdfx/hitrace/utils/
H A Dtrace_utils.cpp40 std::string filename; member
/base/hiviewdfx/hilog/test/unittest/common/
H A Dhilogtool_test.cpp503 std::string filename = "test"; in HWTEST_F() local
/base/hiviewdfx/faultloggerd/test/unittest/process_dump/
H A Ddfx_processdump_test.cpp158 auto filename = GetCppCrashFileName(testProcess); in HWTEST_F() local
177 auto filename = GetCppCrashFileName(testProcess); in HWTEST_F() local
196 auto filename = GetCppCrashFileName(testProcess); in HWTEST_F() local
215 auto filename = GetCppCrashFileName(testProcess); HWTEST_F() local
234 auto filename = GetCppCrashFileName(testProcess); HWTEST_F() local
254 auto filename = GetCppCrashFileName(testProcess); HWTEST_F() local
273 auto filename = GetCppCrashFileName(testProcess); HWTEST_F() local
292 auto filename = GetCppCrashFileName(testProcess); HWTEST_F() local
345 auto filename = GetCppCrashFileName(testProcess); HWTEST_F() local
362 auto filename = GetCppCrashFileName(testProcess); HWTEST_F() local
384 auto filename = GetCppCrashFileName(testProcess); HWTEST_F() local
[all...]
/base/request/request/frameworks/js/napi/src/legacy/
H A Drequest_manager.cpp188 auto filename = downloadOption.filename_; in ParseOption() local
201 bool RequestManager::IsPathValid(const std::string &dir, const std::string &filename) in IsPathValid() argument
213 bool RequestManager::HasSameFilename(const std::string &filename) in HasSameFilename() argument
[all...]
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_zip.cpp146 static void *FdOpenFileFunc(void *opaque, const char *filename, int mode) in FdOpenFileFunc() argument
/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c270 int HnpAddFileToZip(zipFile zf, char *filename, char *buff, int size) in HnpAddFileToZip() argument
/base/telephony/core_service/services/sim/src/
H A Doperator_config_cache.cpp102 std::string filename = EncryptIccId(iccid + opkey) + ".json"; in LoadOperatorConfig() local
336 std::string filename = EncryptIccId(iccid + opkey) + ".json"; in IsNeedOperatorLoad() local
H A Doperator_file_parser.cpp34 bool OperatorFileParser::WriteOperatorConfigJson(std::string filename, const cJSON *root) in WriteOperatorConfigJson() argument
90 std::string OperatorFileParser::GetOperatorConfigFilePath(std::string filename) in GetOperatorConfigFilePath() argument
/base/update/sys_installer/services/module_update/util/src/
H A Dmodule_zip_helper.cpp100 bool ModuleZipHelper::LocateFile(const std::string &filename) in LocateFile() argument
/base/update/updater/services/diffpatch/patch_shared/
H A Dpatch_shared.cpp312 static int CreateFixedSizeEmptyFile(const UpdateBlockInfo &infos, const std::string &filename, int64_t size) in CreateFixedSizeEmptyFile() argument
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp92 std::string filename = PROC + std::to_string(pid) + IO; in CollectProcessIo() local
/base/hiviewdfx/hitrace/test/unittest/hitrace_meter/
H A Dhitrace_ndk_test.cpp270 static bool WriteStringToFile(const std::string& filename, const std::string& str) in WriteStringToFile() argument
299 static stringstream ReadFile(const string& filename) in ReadFile() argument
317 static bool IsFileExisting(const string& filename) in IsFileExisting() argument
322 SetFtrace(const string& filename, bool enabled) SetFtrace() argument
332 ReadFile2string(const string& filename) ReadFile2string() argument
[all...]

Completed in 16 milliseconds

12