| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/runtime/cases/ |
| H A D | scp.py | 16 cls.tmp_fd, cls.tmp_path = mkstemp() 23 os.remove(cls.tmp_path) 30 (status, output) = self.target.copyTo(self.tmp_path, dst)
|
| /OK3568_Linux_fs/buildroot/utils/ |
| H A D | scanpypi | 243 def extract_package(self, tmp_path): argument 256 tmp_pkg = os.path.join(tmp_path, self.buildroot_name) 272 tmp_pkg = os.path.join(tmp_path, self.buildroot_name) 652 tmp_path = tempfile.mkdtemp(prefix=tmp_prefix) 683 package.extract_package(tmp_path) 739 shutil.rmtree(tmp_path)
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | libsox_i.c | 67 char const * path = sox_globals.tmp_path; in lsx_tmpfile()
|
| H A D | sox.c | 242 free(sox_globals.tmp_path); in cleanup() 243 sox_globals.tmp_path = NULL; in cleanup() 2344 case 16: sox_globals.tmp_path = lsx_strdup(optstate.arg); break; in parse_gopts_and_fopts()
|
| H A D | sox.h | 1334 char * tmp_path; /**< Private: client-configured path to use for temporary files */ member
|
| /OK3568_Linux_fs/kernel/security/apparmor/ |
| H A D | mount.c | 528 struct path tmp_path, *dev_path = NULL; in aa_new_mount() local 547 error = kern_path(dev_name, LOOKUP_FOLLOW, &tmp_path); in aa_new_mount() 550 dev_path = &tmp_path; in aa_new_mount()
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | kernel.bbclass | 290 tmp_path="" 296 tmp_path=$tmp_path" "$imageType"#"$linkpath"#"$realpath 299 tmp_path=$tmp_path" "$imageType"##" 305 for tp in $tmp_path ; do
|
| /OK3568_Linux_fs/kernel/fs/btrfs/ |
| H A D | send.c | 892 struct btrfs_path *tmp_path; in iterate_inode_ref() local 911 tmp_path = alloc_path_for_send(); in iterate_inode_ref() 912 if (!tmp_path) { in iterate_inode_ref() 948 start = btrfs_ref_to_path(root, tmp_path, name_len, in iterate_inode_ref() 961 start = btrfs_ref_to_path(root, tmp_path, in iterate_inode_ref() 987 btrfs_free_path(tmp_path); in iterate_inode_ref() 1316 struct btrfs_path *tmp_path; in find_extent_clone() local 1321 tmp_path = alloc_path_for_send(); in find_extent_clone() 1322 if (!tmp_path) in find_extent_clone() 1326 tmp_path->need_commit_sem = 0; in find_extent_clone() [all …]
|
| /OK3568_Linux_fs/external/xserver/hw/xfree86/common/ |
| H A D | xf86Config.c | 172 char *next, *tmp_path, *out_pnt, *path_elem, *p1, *dir_elem; in xf86ValidateFontPath() local 177 tmp_path = calloc(1, strlen(path) + 1); in xf86ValidateFontPath() 178 out_pnt = tmp_path; in xf86ValidateFontPath() 225 if (out_pnt != tmp_path) in xf86ValidateFontPath() 230 return tmp_path; in xf86ValidateFontPath()
|
| /OK3568_Linux_fs/external/security/librkcrypto/third_party/libdrm/src/ |
| H A D | xf86drm.c | 4000 char *value, *tmp_path, *slash; in drm_usb_dev_path() local 4015 tmp_path = realpath(path, NULL); in drm_usb_dev_path() 4016 if (!tmp_path) in drm_usb_dev_path() 4019 slash = strrchr(tmp_path, '/'); in drm_usb_dev_path() 4021 free(tmp_path); in drm_usb_dev_path() 4027 if (snprintf(path, len, "%s", tmp_path) >= (int)len) { in drm_usb_dev_path() 4028 free(tmp_path); in drm_usb_dev_path() 4032 free(tmp_path); in drm_usb_dev_path()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | alloc.c | 3151 struct ocfs2_path *tmp_path = NULL, *restart_path = NULL; in ocfs2_rotate_tree_left() local 3232 tmp_path = restart_path; in ocfs2_rotate_tree_left() 3236 tmp_path, dealloc, in ocfs2_rotate_tree_left() 3243 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left() 3244 tmp_path = NULL; in ocfs2_rotate_tree_left() 3251 ocfs2_free_path(tmp_path); in ocfs2_rotate_tree_left()
|