/external/tensorflow/tensorflow/python/debug/cli/ |
D | cli_shared.py | 228 def _recommend_command(command, description, indent=2, create_link=False): argument 245 if create_link: 334 create_link=True)) 339 create_link=True)) 459 create_link=True)) 463 create_link=True)) 469 create_link=True))
|
/external/autotest/client/cros/audio/ |
D | pack_audio_quality.py | 41 def create_link(): function 144 create_link()
|
/external/autotest/client/cros/chameleon/ |
D | chameleon_audio_helper.py | 146 def create_link(self, source, sink): member in AudioLinkFactory 373 source, self._link_factory.create_link(source, sink), sink)
|
/external/llvm/unittests/Support/ |
D | LockFileManagerTest.cpp | 69 EC = sys::fs::create_link(TmpFileLock.str(), FileLocK.str()); in TEST()
|
D | Path.cpp | 470 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); in TEST_F() 534 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2))); in TEST_F()
|
/external/llvm/lib/Support/ |
D | LockFileManager.cpp | 208 sys::fs::create_link(UniqueLockFileName, LockFileName); in LockFileManager()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | LockFileManager.cpp | 220 sys::fs::create_link(UniqueLockFileName, LockFileName); in LockFileManager()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
D | FileSystem.h | 343 std::error_code create_link(const Twine &to, const Twine &from);
|
/external/llvm/include/llvm/Support/ |
D | FileSystem.h | 340 std::error_code create_link(const Twine &to, const Twine &from);
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/ |
D | Path.inc | 220 std::error_code create_link(const Twine &to, const Twine &from) { 236 return create_link(to, from);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileSystem.h | 349 std::error_code create_link(const Twine &to, const Twine &from);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 243 std::error_code create_link(const Twine &to, const Twine &from) { 259 return create_link(to, from);
|
/external/python/pyfakefs/docs/ |
D | usage.rst | 570 ``create_symlink()`` and ``create_link()``, respectively. 593 ``create_symlink`` and ``create_link`` behave like ``os.symlink`` and
|
/external/llvm/lib/Support/Unix/ |
D | Path.inc | 278 std::error_code create_link(const Twine &to, const Twine &from) {
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/ |
D | Path.inc | 275 std::error_code create_link(const Twine &to, const Twine &from) {
|
/external/llvm/lib/Support/Windows/ |
D | Path.inc | 226 std::error_code create_link(const Twine &to, const Twine &from) {
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Path.inc | 380 std::error_code create_link(const Twine &to, const Twine &from) {
|
/external/python/pyfakefs/ |
D | CHANGES.md | 130 * added `FakeFilesystem.create_link` convenience method which creates
|
/external/python/pyfakefs/pyfakefs/ |
D | fake_filesystem.py | 2816 def create_link(self, old_path: AnyPath, member in FakeFilesystem 2900 return self.create_link(old_path, new_path, follow_symlinks,
|
/external/python/pyfakefs/pyfakefs/tests/ |
D | fake_filesystem_test.py | 1919 self.filesystem.create_link(file1_path, link_path)
|