Searched refs:create_link (Results 1 - 9 of 9) sorted by relevance

/external/autotest/client/cros/audio/
H A Dpack_audio_quality.py41 def create_link(): function
144 create_link()
/external/tensorflow/tensorflow/python/debug/cli/
H A Dcli_shared.py233 def _recommend_command(command, description, indent=2, create_link=False):
240 create_link: (bool) Whether a command link is to be applied to the command
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/llvm/unittests/Support/
H A DLockFileManagerTest.cpp69 EC = sys::fs::create_link(TmpFileLock.str(), FileLocK.str());
H A DPath.cpp470 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2)));
534 ASSERT_NO_ERROR(fs::create_link(Twine(TempPath), Twine(TempPath2)));
/external/autotest/client/cros/chameleon/
H A Dchameleon_audio_helper.py142 def create_link(self, source, sink): member in class:AudioLinkFactory
391 source, self._link_factory.create_link(source, sink), sink)
/external/llvm/lib/Support/
H A DLockFileManager.cpp208 sys::fs::create_link(UniqueLockFileName, LockFileName);
/external/llvm/include/llvm/Support/
H A DFileSystem.h340 std::error_code create_link(const Twine &to, const Twine &from);
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
H A DFileSystem.h343 std::error_code create_link(const Twine &to, const Twine &from);
/external/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
H A DPath.inc220 std::error_code create_link(const Twine &to, const Twine &from) {
236 return create_link(to, from);

Completed in 980 milliseconds