Searched refs:create_link (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/python/debug/cli/ |
D | cli_shared.py | 233 def _recommend_command(command, description, indent=2, create_link=False): argument 250 if create_link: 339 create_link=True)) 344 create_link=True)) 375 "inspect/modify their values", create_link=True)) 468 create_link=True)) 472 create_link=True)) 478 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 | 142 def create_link(self, source, sink): member in AudioLinkFactory 391 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-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/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) {
|