Home
last modified time | relevance | path

Searched defs:subpath (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/build/scripts/util/
H A Dmd5_check.py263 def _get_old_tag(self, path, subpath=None): argument
354 def get_tag(self, path, subpath=None): argument
380 def _get_entry(self, path, subpath=None): argument
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/create_delete_directory_test/src/
H A Dcreate_delete_directory_test.cpp62 string PathSplicing(string subpath, string path = MEDIA_DIROPRN) in PathSplicing()
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_helper_test/src/
H A Dmedia_file_uri_test.cpp51 string PathSplicing(string subpath, int32_t type, string extrPath = "") in PathSplicing()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/include/cloud/
H A Dcloud_store_types.h66 std::string subpath; member
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp245 std::string subpath = path + "/" + dp->d_name; in TravelChmod() local