Home
last modified time | relevance | path

Searched refs:create_link (Results 1 – 20 of 20) sorted by relevance

/external/tensorflow/tensorflow/python/debug/cli/
Dcli_shared.py228 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/
Dpack_audio_quality.py41 def create_link(): function
144 create_link()
/external/autotest/client/cros/chameleon/
Dchameleon_audio_helper.py146 def create_link(self, source, sink): member in AudioLinkFactory
373 source, self._link_factory.create_link(source, sink), sink)
/external/llvm/unittests/Support/
DLockFileManagerTest.cpp69 EC = sys::fs::create_link(TmpFileLock.str(), FileLocK.str()); in TEST()
DPath.cpp470 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/
DLockFileManager.cpp208 sys::fs::create_link(UniqueLockFileName, LockFileName); in LockFileManager()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DLockFileManager.cpp220 sys::fs::create_link(UniqueLockFileName, LockFileName); in LockFileManager()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DFileSystem.h343 std::error_code create_link(const Twine &to, const Twine &from);
/external/llvm/include/llvm/Support/
DFileSystem.h340 std::error_code create_link(const Twine &to, const Twine &from);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc220 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/
DFileSystem.h349 std::error_code create_link(const Twine &to, const Twine &from);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc243 std::error_code create_link(const Twine &to, const Twine &from) {
259 return create_link(to, from);
/external/python/pyfakefs/docs/
Dusage.rst570 ``create_symlink()`` and ``create_link()``, respectively.
593 ``create_symlink`` and ``create_link`` behave like ``os.symlink`` and
/external/llvm/lib/Support/Unix/
DPath.inc278 std::error_code create_link(const Twine &to, const Twine &from) {
/external/swiftshader/third_party/llvm-subzero/lib/Support/Unix/
DPath.inc275 std::error_code create_link(const Twine &to, const Twine &from) {
/external/llvm/lib/Support/Windows/
DPath.inc226 std::error_code create_link(const Twine &to, const Twine &from) {
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DPath.inc380 std::error_code create_link(const Twine &to, const Twine &from) {
/external/python/pyfakefs/
DCHANGES.md130 * added `FakeFilesystem.create_link` convenience method which creates
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py2816 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/
Dfake_filesystem_test.py1919 self.filesystem.create_link(file1_path, link_path)