Searched refs:file_type (Results 1 – 12 of 12) sorted by relevance
/ohos5.0/base/global/timezone/tool/update_tool/ |
H A D | download_iana.py | 37 def try_download(file_type, try_version, save_path, version): argument 44 file_name = file_type + try_version + '.tar.gz' 59 def download(file_type, save_path, version): argument 68 status = try_download(file_type, str(year) + 79 file_name = file_type + str(year) + version_suffixes[version_index] + \ 103 file_type = "tzdata" 104 file_name = download(file_type, download_path, version) 108 file_type = "tzcode" 110 try_download(file_type, new_version, download_path, version) 111 decompress(file_type + new_version + '.tar.gz', download_path)
|
/ohos5.0/build/ohos/ |
H A D | file_exists.py | 21 def is_exists(filename: str, file_type: str) -> bool: 23 if file_type == 'file': 25 elif file_type == 'dir':
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/tests/ |
H A D | async_dir.rs | 33 assert!(!entry.file_type().await.unwrap().is_dir()); in sdv_async_dir() 34 assert!(entry.file_type().await.unwrap().is_file()); in sdv_async_dir()
|
/ohos5.0/docs/zh-cn/release-notes/changelogs/OpenHarmony_4.0.11.1/ |
H A D | changelogs-file-management.md | 9 'file://media/\<file_type\>/\<file_id\>/?networkid=xxx' 66 'file://media/\<file_type\>/\<file_id\>/?networkid=xxx'
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
H A D | async_dir.rs | 723 pub async fn file_type(&self) -> io::Result<FileType> { in file_type() method 725 async_op(move || entry.file_type()).await in file_type() 1026 assert!(!entry.file_type().await.unwrap().is_dir()); in ut_async_dir_read() 1027 assert!(entry.file_type().await.unwrap().is_file()); in ut_async_dir_read()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ssl/ |
H A D | ctx.rs | 192 file_type: SslFiletype, in set_certificate_file() 200 SSL_CTX_use_certificate_file(ptr, file.as_ptr() as *const _, file_type.as_raw()) in set_certificate_file()
|
/ohos5.0/docs/en/release-notes/changelogs/OpenHarmony_4.0.11.1/ |
H A D | changelogs-file-management.md | 9 'file://media/\<file_type\>/\<file_id\>/?networkid=xxx' 66 'file://media/\<file_type\>/\<file_id\>/?networkid=xxx'
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ffi/ |
H A D | ssl.rs | 67 file_type: c_int, in SSL_CTX_use_certificate_file()
|
/ohos5.0/commonlibrary/rust/ylong_http/ylong_http_client/src/util/c_openssl/ |
H A D | adapter.rs | 199 pub fn certificate_file<T: AsRef<Path>>(mut self, path: T, file_type: TlsFileType) -> Self { in certificate_file() 202 .set_certificate_file(path, file_type.into_inner()) in certificate_file()
|
/ohos5.0/drivers/hdf_core/framework/tools/hdf_dev_eco_tool/command_line/driver_add/ |
H A D | hdf_add_driver.py | 348 def _sensor_source_head(self, file_type, templates_list): argument 352 if file_type == "head":
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-userFileManager-sys.md | 4421 | FILE_TYPE | file_type | 媒体文件类型。 | 4447 | FILE_TYPE | file_type | 媒体文件类型。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-core-file-kit/ |
H A D | js-apis-userFileManager-sys.md | 4421 | FILE_TYPE | file_type | Type of the file. … 4447 | FILE_TYPE | file_type | Type of the file. …
|