Home
last modified time | relevance | path

Searched defs:path (Results 3726 - 3750 of 6232) sorted by relevance

1...<<141142143144145146147148149150>>...250

/base/print/print_fwk/frameworks/models/print_models/src/
H A Dprint_utils.cpp153 auto path = filePath.substr(0, filePath.rfind('/')); in IsPathValid() local
/base/print/print_fwk/test/unittest/fwk_print_cups_client_test/
H A Dprint_cups_client_test.cpp105 std::string path = ""; in HWTEST_F() local
/base/request/request/frameworks/cj/ffi/src/
H A Dcj_request_task.cpp159 fs::path path = entry.path(); in SetDirsPermission() local
244 fs::path path in RemoveDirsPermission() local
[all...]
/base/powermgr/power_manager/utils/shell/src/
H A Dpower_shell_command.cpp467 extern "C" void PrintDumpFileError(std::string& receiver, const char* path) in PrintDumpFileError() argument
/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_touchscreen_builder.cpp384 void VirtualTouchScreenBuilder::ReadActions(const char *path) in ReadActions() argument
498 void VirtualTouchScreenBuilder::ReadRawInput(const char *path) in ReadRawInput() argument
/base/msdp/device_status/utils/common/src/
H A Dutil.cpp197 static std::string GetFileName(const std::string &path) in GetFileName() argument
/base/security/appverify/interfaces/innerkits/appverify/src/verify/
H A Dhap_verify_v2.cpp64 char path[PATH_MAX + 1] = { 0x00 }; in CheckFilePath() local
/base/security/certificate_manager/services/cert_manager_standard/cert_manager_engine/main/core/src/
H A Dcert_manager_uri.c391 static int32_t DecodePath(struct CMUri *uri, const char *path, uint32_t start, uint32_t end) in DecodePath() argument
[all...]
/base/security/code_signature/test/unittest/
H A Denable_verity_test.cpp119 static size_t GetFileSize(const std::string &path) in GetFileSize() argument
134 static bool ReadDataFromFile(const std::string &path, ByteBuffer &data) in ReadDataFromFile() argument
/base/security/device_auth/test/fuzztest/session_manager/session/v2/expand_sub_session/expand_process_lib/savetrustedinfo_fuzzer/
H A Dsavetrustedinfo_fuzzer.cpp68 static void RemoveDir(const char *path) in RemoveDir() argument
/base/security/device_auth/test/unittest/tdd_framework/unit_test/services/session_manager/session/v2/expand_sub_session/expand_process_lib/
H A Dsave_trusted_info_test.cpp72 static void RemoveDir(const char *path) in RemoveDir() argument
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/
H A Ddlp_file_manager.cpp368 static bool RemoveDirRecursive(const char *path) in RemoveDirRecursive() argument
404 static void PrepareDirs(const std::string& path) in PrepareDirs() argument
/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_test.cpp1880 std::string path = DLP_TEST_DIR + "/1"; in HWTEST_F() local
1936 std::string path = DLP_TEST_DIR + "/1"; in HWTEST_F() local
1995 std::string path = DLP_TEST_DIR + "/1"; in HWTEST_F() local
2054 std::string path = DLP_TEST_DIR + "/1"; in HWTEST_F() local
2114 std::string path = DLP_TEST_DIR + "/1"; in HWTEST_F() local
2174 std::string path = DLP_TEST_DIR + "/1"; HWTEST_F() local
2225 std::string path = DLP_TEST_DIR + "/1"; HWTEST_F() local
[all...]
/base/security/selinux_adapter/framework/policycoreutils/src/
H A Dhap_restorecon.cpp143 static bool CheckPath(const std::string &path) in CheckPath() argument
/base/startup/appspawn/service/hnp/installer/src/
H A Dhnp_installer.c484 char path[MAX_FILE_PATH_LEN]; HnpPackageGetAndInstall() local
588 char path[MAX_FILE_PATH_LEN]; HnpInstallHnpFileCountGet() local
667 SetHnpRestorecon(char *path) SetHnpRestorecon() argument
[all...]
/base/security/huks/services/huks_standard/huks_service/main/hks_storage/src/
H A Dhks_storage_utils.c207 int32_t GetPath(const char *path, const char *name, char *targetPath, uint32_t pathLen, uint32_t bakFlag) in GetPath() argument
435 int32_t HksMakeFullDir(const char *path) in HksMakeFullDir() argument
474 StandardizePath(char *path) StandardizePath() argument
[all...]
/base/security/huks/test/unittest/huks_standard_test/three_stage_test/src/
H A Dhks_chipset_platform_encrypt_test.cpp495 int32_t ReadInputFile(const char *path, HksCipsetPlatformEncryptInput &input) in ReadInputFile() argument
/base/startup/init/services/init/
H A Dinit_group_manager.c143 static char *GetAbsolutePath(const char *path, const char *cfgName, char *buffer, uint32_t buffSize) in GetAbsolutePath() argument
/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab.c263 FstabItem *FindFstabItemForPath(Fstab fstab, const char *path) in FindFstabItemForPath() argument
500 int GetBlockDevicePath(const char *partName, char *path, size_t size) in GetBlockDevicePath() argument
[all...]
/base/security/huks/test/fuzz_test/innerapi_fuzzer/hksstorage_fuzzer/
H A Dhksstorage_fuzzer.cpp211 std::string path = "/test/test"; in HksStorageFileLockTest001() local
225 std::string path = pathBase + std::to_string(i); in HksStorageFileLockTest002() local
239 std::string path = "/test/test"; in HksStorageFileLockTest003() local
255 std::string path = "/test/test"; in HksStorageFileLockTest004() local
[all...]
/base/security/selinux_adapter/test/unittest/hap_restorecon/
H A Dunit_test.cpp396 static bool CompareContexts(const std::string &path, const std::string &label) in CompareContexts() argument
/base/startup/appspawn/util/src/
H A Dappspawn_utils.c139 int MakeDirRec(const char *path, mode_t mode, int lastPath) in MakeDirRec() argument
290 char path[PATH_MAX] = {}; ParseJsonConfig() local
334 char *path = strdup(buffer); DumpCurrentDir() local
[all...]
/base/telephony/call_manager/services/call/src/
H A Dims_call.cpp430 int32_t IMSCall::SetPausePicture(std::string &path) in SetPausePicture() argument
H A Dott_call.cpp390 int32_t OTTCall::SetPausePicture(std::string &path) in SetPausePicture() argument
/base/telephony/sms_mms/frameworks/native/mms/src/
H A Dmms_body_part.cpp433 bool MmsBodyPart::WriteBodyFromFile(std::string path) in WriteBodyFromFile() argument

Completed in 29 milliseconds

1...<<141142143144145146147148149150>>...250