Searched refs:export_path (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | testexport.bbclass | 84 export_path = d.getVar('TEST_EXPORT_DIR') 88 oe.path.remove(export_path) 89 bb.utils.mkdirhier(os.path.join(export_path, 'lib', 'oeqa')) 105 dst = os.path.join(export_path, f.split('/', 1)[-1]) 112 cases_path = os.path.join(export_path, 'lib', 'oeqa', 'runtime', 'cases') 129 test_data_path = os.path.join(export_path, 'data') 134 for subdir, dirs, files in os.walk(export_path): 164 bb.plain("Exported tests to: %s" % export_path)
|
| /OK3568_Linux_fs/kernel/fs/nfs/ |
| H A D | nfs4namespace.c | 160 __func__, path, ctx->nfs_server.export_path); in nfs4_validate_fspath() 292 char *export_path, *source, *p; in try_location() local 311 export_path = nfs4_pathname_string(&location->rootpath, in try_location() 313 if (IS_ERR(export_path)) in try_location() 314 return PTR_ERR(export_path); in try_location() 316 kfree(ctx->nfs_server.export_path); in try_location() 317 ctx->nfs_server.export_path = export_path; in try_location() 349 memcpy(p, ctx->nfs_server.export_path, ctx->nfs_server.export_path_len); in try_location()
|
| H A D | nfs4super.c | 145 const char *export_path) in do_nfs4_mount() argument 206 dentry = mount_subtree(root_mnt, export_path); in do_nfs4_mount() 228 ctx->nfs_server.export_path); in nfs4_try_get_tree() 251 ctx->nfs_server.export_path); in nfs4_get_referral_tree()
|
| H A D | fs_context.c | 848 ctx->nfs_server.export_path = kmemdup_nul(end, len, GFP_KERNEL); in nfs_parse_source() 849 if (!ctx->nfs_server.export_path) in nfs_parse_source() 852 dfprintk(MOUNT, "NFS: MNTPATH: '%s'\n", ctx->nfs_server.export_path); in nfs_parse_source() 1171 ctx->nfs_server.export_path = c; in nfs4_parse_monolithic() 1388 ctx->nfs_server.export_path = NULL; in nfs_fs_context_dup() 1407 kfree(ctx->nfs_server.export_path); in nfs_fs_context_free()
|
| H A D | internal.h | 135 char *export_path; member
|
| H A D | super.c | 810 .dirpath = ctx->nfs_server.export_path, in nfs_request_mount()
|
| /OK3568_Linux_fs/docs/cn/Common/NPU/rknn-toolkit2/ |
| H A D | RKNNToolKit2_API_Difference_With_Toolkit1-1.4.0.md | 222 export_rknn(export_path) 225 export_rknn(export_path, 298 export_rknn_precompile_model(export_path=None)
|
| /OK3568_Linux_fs/external/rknn-toolkit2/doc/ |
| H A D | RKNNToolKit2_API_Difference_With_Toolkit1-1.5.0.md | 225 export_rknn(export_path) 228 export_rknn(export_path, 299 export_rknn_precompile_model(export_path=None)
|
| /OK3568_Linux_fs/docs/en/Common/NPU/rknn-toolkit2/ |
| H A D | RKNNToolKit2_API_Difference_With_Toolkit1-1.4.0.md | 222 export_rknn(export_path) 225 export_rknn(export_path, 298 export_rknn_precompile_model(export_path=None)
|