/ohos5.0/docs/docker/ |
H A D | Dockerfile | 27 && ln -s /bin/bash /bin/sh \ 28 && ln -s /usr/bin/python3.8 /usr/bin/python3 \ 29 && ln -s /usr/bin/python3.8 /usr/bin/python3m \ 30 && ln -s /usr/bin/python3.8 /usr/bin/python \ 53 …&& ln -s /home/tools/node-v14.15.4-linux-x64/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/np… 54 …&& ln -s /home/tools/node-v14.15.4-linux-x64/lib/node_modules/npm/bin/npx-cli.js /usr/local/bin/np…
|
/ohos5.0/build/indep_configs/ |
H A D | build_indep.sh | 29 ln -s build/indep_configs/dotfile.gn .gn 49 ln -s build/core/gn/dotfile.gn .gn
|
/ohos5.0/docs/zh-cn/device-dev/faqs/ |
H A D | faqs-building.md | 115 sudo ln -s /bin/bash /bin/sh 217 # ln -s /usr/local/bin/python3 python
|
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/ |
H A D | patch_hdf.sh | 53 ln -sf ${SOFT_RELATIVE_PATH#*/}/${ln_list[$i]} ${ln_list[$(expr $i + 1)]}
|
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/ |
H A D | fstab.c | 212 size_t ln = 0; in ReadFstabFromFile() local 215 ln++; in ReadFstabFromFile() 235 BEGET_LOGW("Cannot parse file \" %s \" at line %zu. skip it", file, ln); in ReadFstabFromFile()
|
/ohos5.0/docs/en/device-dev/faqs/ |
H A D | faqs-building.md | 117 sudo ln -s /bin/bash /bin/sh 220 # ln -s /usr/local/bin/python3 python
|
/ohos5.0/docs/zh-cn/device-dev/subsystems/ |
H A D | subsys-build-FAQ.md | 81 sudo ln -s /bin/bash /bin/sh
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/ |
H A D | errorcode-utils.md | 744 …s-arkts-decimal.md#exp)、[log](js-apis-arkts-decimal.md#log)、[ln](js-apis-arkts-decimal.md#ln)、[aco…
|
H A D | js-apis-arkts-decimal.md | 656 ### ln subsection 658 ln(): Decimal 685 let data: Decimal = new Decimal(1.23e+30).ln(); 686 console.info("test Decimal ln:" + data.toString()); // 'test Decimal ln:69.284566959205696648' 3247 ### ln subsection 3249 static ln(n: Value): Decimal 3283 let data: Decimal = Decimal.ln(1.23e+30); 3284 console.info("test Decimal ln:" + data.toString()); // 'test Decimal ln:69.284566959205696648'
|
/ohos5.0/foundation/arkui/napi/jsvm/ |
H A D | build_jsvm_inter.sh | 114 [ -L "${workdir}/out" ] || ln -s ${out_dir} ${workdir}/out
|
/ohos5.0/docs/zh-cn/device-dev/quick-start/ |
H A D | quickstart-pkg-common-builderr.md | 63 # ln -s /usr/local/bin/python3 python
|
/ohos5.0/base/security/huks/frameworks/huks_standard/main/core/src/ |
H A D | hks_verifier.c | 365 static ASN1_OBJECT *GetObjByOid(int32_t nid, const char *oid, const char *sn, const char *ln) in GetObjByOid() argument 386 obj = ASN1_OBJECT_create(nid, buf, len, sn, ln); in GetObjByOid()
|
/ohos5.0/build/build_scripts/ |
H A D | build.sh | 106 ln -sf "${PYTHON3}" "${PYTHON}"
|
/ohos5.0/build/toolchain/ |
H A D | toolchain.gni | 114 …copy_command = "ln -f {{source}} {{output}} 2>/dev/null || (rm -rf {{output}} && cp -af {{source}}…
|
/ohos5.0/docs/en/device-dev/subsystems/ |
H A D | subsys-build-FAQ.md | 81 sudo ln -s /bin/bash /bin/sh
|
/ohos5.0/build/common/asan/ |
H A D | build_mixed_asan.sh | 159 for d in data/asan/*; do ln -snf /$d ${d#data/asan/}/asan; done
|
/ohos5.0/base/security/selinux_adapter/sepolicy/ohos_policy/liteos/toybox/public/ |
H A D | sh.te | 60 # avc: denied { create getattr read unlink } for pid=45334, comm="bin/ln" scontext=u:r:sh:s0 tconte…
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/demuxer_res/audio/ |
H A D | amr_wb_16000_1.amr | 77 �*p���G ��Zc�m��ln�#��f��pS.)z;G7������vYKĈ�Y��K��E�]�kw�� 317 …�ϱ�}������s_"�ھ(�b�h�]���;���g�żpԔ�����A��e +�c�S,ۖW��o�Ul��В�ln�,i Eؒ�j��/��4��i…
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/resources/demuxer/audio/ |
H A D | amr_wb_16000_1.amr | 77 �*p���G ��Zc�m��ln�#��f��pS.)z;G7������vYKĈ�Y��K��E�]�kw�� 317 …�ϱ�}������s_"�ھ(�b�h�]���;���g�żpԔ�����A��e +�c�S,ۖW��o�Ul��В�ln�,i Eؒ�j��/��4��i…
|
/ohos5.0/docs/en/device-dev/quick-start/ |
H A D | quickstart-pkg-common-builderr.md | 63 # ln -s /usr/local/bin/python3 python
|
/ohos5.0/docs/zh-cn/application-dev/tools/ |
H A D | toybox.md | 253 | ln | 在 FROM 和 TO 之间创建软/硬链接。<br />usage: ln [-sfnv] [-t DIR] [FROM...] TO |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkts/ |
H A D | errorcode-utils.md | 743 …arkts-decimal.md#exp), [log](js-apis-arkts-decimal.md#log), [ln](js-apis-arkts-decimal.md#ln), [ac…
|
H A D | js-apis-arkts-decimal.md | 654 ### ln subsection 656 ln(): Decimal 683 let data: Decimal = new Decimal(1.23e+30).ln(); 684 console.info("test Decimal ln:" + data.toString()); // 'test Decimal ln:69.284566959205696648' 3245 ### ln subsection 3247 static ln(n: Value): Decimal 3281 let data: Decimal = Decimal.ln(1.23e+30); 3282 console.info("test Decimal ln:" + data.toString()); // 'test Decimal ln:69.284566959205696648'
|
/ohos5.0/docs/en/application-dev/tools/ |
H A D | toybox.md | 253 | ln | Creates a soft or hard link between **FROM** and **TO**.<br>usage: ln [-sfnv] [-t DIR…
|
/ohos5.0/foundation/multimedia/av_codec/test/unittest/resources/video_res/test_cbr/720_1M/ |
H A D | video_8.ts | 2441 H ���?��Bj����*G��Vbl�L4'=!�e�����4��B7�ln<���I,�O4$��A�@�[.�)k4��>�g�f��#�����8�!��7+… 2817 …|� �[Q �q�ϛ���ϑ��������q�������b耽<9����/U?��OZ,ն��к�ŶE%����}y!70%�n�ln�=q�C���<�O7���O?��甶…
|