/external/snakeyaml/ |
patch-android-src | 33 dst_dir="$(dirname "$dst_file")" 83 mkdir -p "$dst_dir" 89 cd "$dst_dir"
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_shutil.py | 155 dst_dir = os.path.join(tempfile.mkdtemp(), 'destination') 163 shutil.copytree(src_dir, dst_dir) 164 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test.txt'))) 165 self.assertTrue(os.path.isdir(os.path.join(dst_dir, 'test_dir'))) 166 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test_dir', 168 actual = read_data(os.path.join(dst_dir, 'test.txt')) 170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt')) 175 os.path.join(dst_dir, 'test.txt'), 177 os.path.join(dst_dir, 'test_dir', 'test.txt'), 182 os.path.dirname(dst_dir) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_shutil.py | 155 dst_dir = os.path.join(tempfile.mkdtemp(), 'destination') 163 shutil.copytree(src_dir, dst_dir) 164 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test.txt'))) 165 self.assertTrue(os.path.isdir(os.path.join(dst_dir, 'test_dir'))) 166 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test_dir', 168 actual = read_data(os.path.join(dst_dir, 'test.txt')) 170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt')) 175 os.path.join(dst_dir, 'test.txt'), 177 os.path.join(dst_dir, 'test_dir', 'test.txt'), 182 os.path.dirname(dst_dir) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 155 dst_dir = os.path.join(tempfile.mkdtemp(), 'destination') 163 shutil.copytree(src_dir, dst_dir) 164 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test.txt'))) 165 self.assertTrue(os.path.isdir(os.path.join(dst_dir, 'test_dir'))) 166 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test_dir', 168 actual = read_data(os.path.join(dst_dir, 'test.txt')) 170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt')) 175 os.path.join(dst_dir, 'test.txt'), 177 os.path.join(dst_dir, 'test_dir', 'test.txt'), 182 os.path.dirname(dst_dir) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_shutil.py | 155 dst_dir = os.path.join(tempfile.mkdtemp(), 'destination') 163 shutil.copytree(src_dir, dst_dir) 164 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test.txt'))) 165 self.assertTrue(os.path.isdir(os.path.join(dst_dir, 'test_dir'))) 166 self.assertTrue(os.path.isfile(os.path.join(dst_dir, 'test_dir', 168 actual = read_data(os.path.join(dst_dir, 'test.txt')) 170 actual = read_data(os.path.join(dst_dir, 'test_dir', 'test.txt')) 175 os.path.join(dst_dir, 'test.txt'), 177 os.path.join(dst_dir, 'test_dir', 'test.txt'), 182 os.path.dirname(dst_dir) [all...] |
/bionic/libc/kernel/tools/ |
clean_header.py | 82 def cleanupFile(dst_dir, src_dir, rel_path, no_update = True): 122 dst_path = os.path.join(dst_dir, dst_path) 180 dst_dir = get_kernel_dir() variable 190 dst_dir = arg 197 dst_path, newdata = cleanupFile(dst_dir, src_dir, path) 207 dst_path, newdata = cleanupFile(dst_dir, src_dir, path, no_update)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_file_util.py | 73 dst_dir = self.mkdtemp() 74 copy_file(foo, dst_dir) 75 self.assertTrue(os.path.exists(os.path.join(dst_dir, 'foo')))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/ |
test_file_util.py | 73 dst_dir = self.mkdtemp() 74 copy_file(foo, dst_dir) 75 self.assertTrue(os.path.exists(os.path.join(dst_dir, 'foo')))
|
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/ |
test_naming.py | 248 dst_dir = self.CreateTempDir() 251 self.RunCommand('cp', ['-R', suri(src_bucket_uri), dst_dir]) 253 '%s%s**' % (dst_dir, os.sep)).IterAll(expand_top_level_buckets=True)) 254 expected = set([suri(dst_dir, src_bucket_uri.bucket_name, 'foo'), 255 suri(dst_dir, src_bucket_uri.bucket_name, 'dir', 'foo2')]) 273 dst_dir = self.CreateTempDir() 274 self.RunCommand('cp', ['-R', src_dir, dst_dir]) 276 '%s%s**' % (dst_dir, os.sep)).IterAll(expand_top_level_buckets=True)) 278 expected = set([suri(dst_dir, src_dir_base, 'foo'), 279 suri(dst_dir, src_dir_base, 'dir', 'foo2')] [all...] |
test_cp.py | [all...] |
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_filesystem_shutil.py | 110 dst_dir = os.path.dirname(dst) 111 if dst_dir: 112 if not self.filesystem.Exists(dst_dir): 114 dst_dir_object = self.filesystem.GetObject(dst_dir) 116 raise IOError(errno.EACCES, 'Permission denied', dst_dir)
|
fake_filesystem_shutil_test.py | 261 dst_dir = '/tmp/foo' 262 dst_file = '%s/%s' % (dst_dir, src_file) 265 self.filesystem.CreateDirectory(dst_dir, perm_bits=0o555) 267 self.assertTrue(self.filesystem.Exists(dst_dir)) 295 dst_dir = '/tmp/foo' 298 self.filesystem.CreateDirectory(dst_dir) 300 self.assertTrue(self.filesystem.Exists(dst_dir)) 301 self.assertRaises(IOError, self.shutil.copyfile, src_file, dst_dir)
|
/external/chromium-trace/catapult/third_party/pyfakefs/pyfakefs/ |
fake_filesystem_shutil.py | 110 dst_dir = os.path.dirname(dst) 111 if dst_dir: 112 if not self.filesystem.Exists(dst_dir): 114 dst_dir_object = self.filesystem.GetObject(dst_dir) 116 raise IOError(errno.EACCES, 'Permission denied', dst_dir)
|
/external/skia/platform_tools/android/bin/ |
gyp_to_android.py | 135 dst_dir = target_dir 137 dst_dir = os.path.join(SKIA_DIR, 'include', 'core') 141 require_sk_user_config=require_sk_user_config, target_dir=dst_dir,
|
/external/autotest/server/hosts/ |
bootloader_unittest.py | 29 def create_install_boottool_mock(self, loader, dst_dir): 33 loader._boottool_path = dst_dir
|
/ndk/ |
checkbuild.py | 231 def install_file(file_name, src_dir, dst_dir): 233 dst_file = os.path.join(dst_dir, file_name) 244 def _install_dir(src_dir, dst_dir): 245 parent_dir = os.path.normpath(os.path.join(dst_dir, '..')) 248 shutil.copytree(src_dir, dst_dir, symlinks=True) 378 dst_dir = os.path.dirname(dst) 379 if not os.path.exists(dst_dir): 380 os.makedirs(dst_dir)
|
/system/core/adb/ |
file_sync_client.cpp | 757 std::string dst_dir = dst; 768 if (dst_dir.back() != '/') { 769 dst_dir.push_back('/'); 771 dst_dir.append(adb_basename(src_path)); 774 success &= copy_local_dir_remote(sc, src_path, dst_dir.c_str(), [all...] |
/external/autotest/client/tests/kvm/tests/ |
ksm_overcommit.py | 601 dst_dir = "/tmp" 603 vm.copy_files_to(vksmd_src, dst_dir)
|
virtio_console.py | [all...] |
/external/autotest/client/virt/ |
kvm_installer.py | 322 koji_client.get_pkgs(pkg, dst_dir=self.srcdir)
|
virt_utils.py | [all...] |