Home
last modified time | relevance | path

Searched defs:path (Results 2626 - 2650 of 4555) sorted by relevance

1...<<101102103104105106107108109110>>...183

/foundation/filemanagement/app_file_service/tests/unittests/backup_utils/b_json/
H A Db_json_entity_ext_manage_test.cpp582 string BExcepUltils::Canonicalize(const string_view &path) in Canonicalize() argument
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.h46 std::string path; member
H A Dtranslistener.cpp33 void TransListener::RmDir(const std::string &path) in RmDir() argument
184 std::string TransListener::GetFileName(const std::string &path) in GetFileName() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dopen.cpp127 static int OpenFileByPath(const string &path, unsigned int mode) in OpenFileByPath() argument
142 static int OpenFileByDatashare(const string &path, unsigned int flags) in OpenFileByDatashare() argument
199 static tuple<int, string> OpenFileByUri(const string &path, unsigned int mode) in OpenFileByUri() argument
265 string path; global() member
269 AsyncCbExec(shared_ptr<AsyncOpenFileArg> arg, const string &path, unsigned int mode) AsyncCbExec() argument
[all...]
H A Dlistfile.cpp135 static bool GetOptionArg(napi_env env, const NFuncArg &funcArg, OptionArgs &optionArgs, const string &path) in GetOptionArg() argument
266 static int FilterFileRes(const string &path, vector<string> &dirents) in FilterFileRes() argument
285 static int RecursiveFunc(const string &path, vector<string> &dirents) in RecursiveFunc() argument
314 DoListFileVector2NV(napi_env env, const string &path, vector<string> &dirents, bool recursion) DoListFileVector2NV() argument
[all...]
/foundation/distributedhardware/distributed_input/services/source/sourcemanager/src/
H A Ddinput_source_listener.cpp532 RecordEventLog(int64_t when, int32_t type, int32_t code, int32_t value, const std::string &path) RecordEventLog() argument
/foundation/filemanagement/dfs_service/services/cloudfiledaemon/src/ipc/
H A Dcloud_daemon.cpp161 int32_t CloudDaemon::StartFuse(int32_t userId, int32_t devFd, const string &path) in StartFuse() argument
/foundation/distributedhardware/distributed_input/common/include/
H A Dinput_hub.h52 const std::string path; member
H A Dwhite_list_util.cpp64 char path[PATH_MAX + 1] = {0x00}; in GetWhiteListCfgFile() local
/foundation/distributedhardware/distributed_input/services/source/inputinject/src/
H A Dvirtual_device.cpp195 void VirtualDevice::SetPath(const std::string &path) in SetPath() argument
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_uri/
H A Dfile_uri_n_exporter.cpp156 static std::string Split(const std::string &path, Uri &uri) in Split() argument
/foundation/filemanagement/app_file_service/interfaces/kits/js/file_share/
H A Dgrant_uri_permission.cpp170 string path = uri.GetPath(); in DoGrantUriPermission() local
/foundation/filemanagement/app_file_service/utils/src/b_filesystem/
H A Db_dir.cpp41 static bool IsEmptyDirectory(const string &path) in IsEmptyDirectory() argument
60 static tuple<ErrCode, map<string, struct stat>, map<string, size_t>> GetFile(const string &path, off_t size = -1) in GetFile() argument
79 static uint32_t CheckOverLongPath(const string &path) in CheckOverLongPath() argument
90 GetDirFilesDetail(const string &path, bool recursion, off_t size = -1) GetDirFilesDetail() argument
148 GetDirFiles(const string &path) GetDirFiles() argument
315 IsNotPath(const string &path, vector<string> &bigFiles, vector<string> &smallFiles, off_t size) IsNotPath() argument
332 GetUser0DirFilesDetail(const string &path, off_t size = -1) GetUser0DirFilesDetail() argument
[all...]
/foundation/filemanagement/dfs_service/frameworks/native/cloud_file_kit_inner/src/big_data_statistics/
H A Dgallery_download_file_stat.cpp53 std::string path = DOWNLOAD_FILE_STAT_LOCAL_PATH; in CreateDataStatisticFolder() local
68 const std::string path = DOWNLOAD_FILE_STAT_LOCAL_PATH + DOWNLOAD_FILE_STAT_NAME; in CreateDownloadFileStatData() local
270 const std::string path = DOWNLOAD_FILE_STAT_LOCAL_PATH + DOWNLOAD_FILE_STAT_NAME; in Report() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_agent.cpp54 string path = spt->GetMountArgument().GetFullDst(); in SoftbusAgent() local
H A Dsoftbus_asset_recv_listener.cpp67 std::string path = HMDFS_PATH; in GetRecvPath() local
/foundation/filemanagement/dfs_service/utils/system/src/
H A Dutils_directory.cpp182 void ForceCreateDirectory(const string &path, function<void(const string &)> onSubDirCreated) in ForceCreateDirectory() argument
204 void ForceCreateDirectory(const string &path) in ForceCreateDirectory() argument
209 void ForceCreateDirectory(const string &path, mode_t mode) in ForceCreateDirectory() argument
218 void ForceCreateDirectory(const string &path, mode_t mode, uid_t uid, gid_t gid) in ForceCreateDirectory() argument
227 ForceRemoveDirectory(const string &path) ForceRemoveDirectory() argument
234 ForceRemoveDirectoryDeepFirst(const string& path) ForceRemoveDirectoryDeepFirst() argument
282 IsFile(const std::string &path) IsFile() argument
310 std::vector<std::string> path; GetFilePath() local
334 ChangeOwnerRecursive(const std::string &path, uid_t uid, gid_t gid) ChangeOwnerRecursive() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_mp_client.cpp91 int ObexMpClient::SetPath(uint8_t flag, const std::u16string &path) in SetPath() argument
/foundation/communication/bluetooth_service/services/bluetooth/service/src/util/
H A Dxml_parse.cpp257 bool XmlParse::Load(const std::string &path) in Load() argument
/foundation/communication/bluetooth_service/services/bluetooth/stack/src/btm/
H A Dbtm_snoop.c190 static bool BtmIsFileExists(const char *path) in BtmIsFileExists() argument
259 int BTM_SetSnoopFilePath(const char *path, uint16_t length) in BTM_SetSnoopFilePath() argument
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_file.c298 char *SoftBusRealPath(const char *path, char *absPath) in SoftBusRealPath() argument
/foundation/filemanagement/storage_service/services/storage_daemon/include/user/
H A Dmount_manager.h31 const std::string path; member
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H A Dmtpfs_util.cpp86 std::string SmtpfsDirName(const std::string &path) in SmtpfsDirName() argument
94 std::string SmtpfsBaseName(const std::string &path) in SmtpfsBaseName() argument
102 std::string SmtpfsRealPath(const std::string &path) in SmtpfsRealPath() argument
142 std::string path; in SmtpfsRemoveDir() local
162 SmtpfsUsbDevPath(const std::string &path, uint8_t *bnum, uint8_t *dnum) SmtpfsUsbDevPath() argument
214 SmtpfsRawDeviceNew(const std::string &path) SmtpfsRawDeviceNew() argument
292 SmtpfsCheckDir(const std::string &path) SmtpfsCheckDir() argument
[all...]
/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/
H A Drecent_n_exporter.cpp182 static string GetName(const string &path) in GetName() argument
/foundation/filemanagement/user_file_service/test/unittest/
H A Dmedialibrary_file_access_test_info.cpp822 static bool ReplaceBundleNameFromPath(std::string &path, const std::string &newName) in ReplaceBundleNameFromPath() argument
[all...]

Completed in 19 milliseconds

1...<<101102103104105106107108109110>>...183