Home
last modified time | relevance | path

Searched refs:ln (Results 1 – 25 of 74) sorted by relevance

123

/ohos5.0/docs/docker/
H A DDockerfile27 && 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 Dbuild_indep.sh29 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 Dfaqs-building.md115 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 Dpatch_hdf.sh53 ln -sf ${SOFT_RELATIVE_PATH#*/}/${ln_list[$i]} ${ln_list[$(expr $i + 1)]}
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/
H A Dfstab.c212 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 Dfaqs-building.md117 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 Dsubsys-build-FAQ.md81 sudo ln -s /bin/bash /bin/sh
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkts/
H A Derrorcode-utils.md744 …s-arkts-decimal.md#exp)、[log](js-apis-arkts-decimal.md#log)、[ln](js-apis-arkts-decimal.md#ln)、[aco…
H A Djs-apis-arkts-decimal.md656 ### 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 Dbuild_jsvm_inter.sh114 [ -L "${workdir}/out" ] || ln -s ${out_dir} ${workdir}/out
/ohos5.0/docs/zh-cn/device-dev/quick-start/
H A Dquickstart-pkg-common-builderr.md63 # ln -s /usr/local/bin/python3 python
/ohos5.0/base/security/huks/frameworks/huks_standard/main/core/src/
H A Dhks_verifier.c365 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 Dbuild.sh106 ln -sf "${PYTHON3}" "${PYTHON}"
/ohos5.0/build/toolchain/
H A Dtoolchain.gni114 …copy_command = "ln -f {{source}} {{output}} 2>/dev/null || (rm -rf {{output}} && cp -af {{source}}…
/ohos5.0/docs/en/device-dev/subsystems/
H A Dsubsys-build-FAQ.md81 sudo ln -s /bin/bash /bin/sh
/ohos5.0/build/common/asan/
H A Dbuild_mixed_asan.sh159 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 Dsh.te60 # 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 Damr_wb_16000_1.amr77 �*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 Damr_wb_16000_1.amr77 �*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 Dquickstart-pkg-common-builderr.md63 # ln -s /usr/local/bin/python3 python
/ohos5.0/docs/zh-cn/application-dev/tools/
H A Dtoybox.md253 | ln | 在 FROM 和 TO 之间创建软/硬链接。<br />usage: ln [-sfnv] [-t DIR] [FROM...] TO |
/ohos5.0/docs/en/application-dev/reference/apis-arkts/
H A Derrorcode-utils.md743 …arkts-decimal.md#exp), [log](js-apis-arkts-decimal.md#log), [ln](js-apis-arkts-decimal.md#ln), [ac…
H A Djs-apis-arkts-decimal.md654 ### 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 Dtoybox.md253 | 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 Dvideo_8.ts2441 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?��甶…

123