Home
last modified time | relevance | path

Searched defs:file (Results 1 - 25 of 166) sorted by relevance

1234567

/base/security/security_guard/services/config_manager/src/
H A Dconfig_subscriber.cpp34 bool ConfigSubscriber::UpdateConfig(const std::string &file) in UpdateConfig() argument
[all...]
/base/account/os_account/frameworks/account_iam/test/unittest/src/
H A Dtest_common.cpp27 FILE *file = popen(command.c_str(), "r"); in RunCommand() local
/base/account/os_account/frameworks/common/log/src/
H A Daccount_log_wrapper.cpp28 std::string AccountLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName() argument
/base/startup/appspawn/test/moduletest/hnp_sample/src/hnpsample/
H A Dhnpsample.c43 FILE *file = fopen("../cfg/hnpsample.cfg", "r"); in main() local
/base/telephony/telephony_data/common/src/
H A Ddata_storage_log_wrapper.cpp34 std::string DataStorageLogWrapper::GetBriefFileName(const std::string &file) in GetBriefFileName() argument
/base/powermgr/battery_manager/test/utils/
H A Dtest_utils.cpp77 std::string file = std::string(MOCK_PATH) + "/" + MOCK_DIR_NAME[dInd] + "/" + "online"; in ResetOnline() local
/base/request/request/common/src/
H A Dmodule_init.cpp23 void ModuleInit::LockCallback(int mode, int type, char *file, int line) in LockCallback() argument
/base/security/appverify/interfaces/innerkits/appverify_lite/src/
H A Dapp_file.c29 int32_t InitVerify(FileRead *file, const char *filePath, int32_t *handle) in InitVerify() argument
66 int32_t HapMMap(int32_t bufCapacity, int32_t offset, MmapInfo *mmapInfo, const FileRead *file) in HapMMap() argument
[all...]
/base/security/code_signature/services/key_enable/src/
H A Dfile_utils.rs63 let mut file = File::create(filename)?; in write_bytes_to_file() variables
69 let mut file = File::open(filename)?; load_bytes_from_file() variables
[all...]
/base/startup/init/test/unittest/ueventd/
H A Dueventd_config_unittest.cpp74 string file = "[device"; in HWTEST_F() local
/base/telephony/core_service/utils/vcard/src/
H A Dvcard_file_utils.cpp40 void VCardFileUtils::SetInputStream(std::shared_ptr<std::ifstream> file) in SetInputStream() argument
H A Dvcard_decoder.cpp50 std::shared_ptr<VCardDecoder> VCardDecoder::Create(std::shared_ptr<std::ifstream> file, int32_t &errorCode) in Create() argument
/base/update/updater/services/script/script_instruction/
H A Dscript_basicinstruction.cpp167 std::string file; in Execute() local
/base/hiviewdfx/hiview/base/event_store/sequence/
H A Dsys_event_sequence_mgr.cpp33 std::ofstream file; in SaveStringToFile() local
[all...]
/base/hiviewdfx/hiview/test/unittest/unified_collection/utility/
H A Dmemory_collector_test.cpp85 std::ifstream file; in CheckFormat() local
H A Dio_collector_test.cpp53 std::ifstream file; in CheckFormat() local
/base/hiviewdfx/hisysevent/adapter/native/idl/src/
H A Dfile_util.cpp30 bool IsFileExists(const std::string& file) in IsFileExists() argument
35 bool IsFile(const std::string& file) in IsFile() argument
47 bool RemoveFile(const std::string& file) in RemoveFile() argument
/base/hiviewdfx/hiview/plugins/reliability/leak_detectors/test/moduletest/
H A Dleak_detector_module_test.cpp82 void LeakDetectorModuleTest::WaitFile(string file) in WaitFile() argument
/base/startup/init/services/init/
H A Dinit_service_file.c33 static int CreateFile(ServiceFile *file) in CreateFile() argument
[all...]
/base/update/updater/services/package/pkg_package/
H A Dpkg_pkgfile.h34 UNUSED(file); variable
/base/hiviewdfx/hidumper/test/unittest/common/
H A Dhidumper_client_test.cpp252 FILE* file = popen("pidof samgr", "r"); in HWTEST_F() local
/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dprocess_collector_impl.cpp118 std::ofstream file; in ExportMemCgProcesses() local
/base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/
H A Devent_scan_handler.cpp35 uint64_t GetFileLastModifiedTime(const std::string& file) in GetFileLastModifiedTime() argument
/base/hiviewdfx/hiview/plugins/eventlogger/log_catcher/
H A Ddmesg_catcher.cpp86 FILE* file = fopen("/proc/sysrq-trigger", "w"); in WriteSysrq() local
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Ddfx_extractor_utils.h47 explicit DfxExtractor(const std::string& file) { Init(file); } in DfxExtractor() argument
119 bool Init(const std::string& file) in Init() argument
[all...]

Completed in 9 milliseconds

1234567