Home
last modified time | relevance | path

Searched refs:dll_path (Results 1 – 7 of 7) sorted by relevance

/external/cronet/base/
Dfile_version_info_win_unittest.cc99 FilePath dll_path = GetTestDataPath(); in TYPED_TEST() local
100 dll_path = dll_path.Append(kDLLName); in TYPED_TEST()
102 TypeParam factory(dll_path); in TYPED_TEST()
130 FilePath dll_path = GetTestDataPath(); in TYPED_TEST() local
131 dll_path = dll_path.AppendASCII("FileVersionInfoTest1.dll"); in TYPED_TEST()
133 TypeParam factory(dll_path); in TYPED_TEST()
164 FilePath dll_path = GetTestDataPath(); in TYPED_TEST() local
165 dll_path = dll_path.AppendASCII("no_version_info.dll"); in TYPED_TEST()
167 TypeParam factory(dll_path); in TYPED_TEST()
/external/python/cffi/testing/cffi0/
Dtest_ownlib.py135 dll_path = str(udir) + '\\testownlib1.dll' # only ascii for the ctypes backend
137 dll_path = str(udir) + '\\' + (u+'testownlib\u03be.dll') # non-ascii char
138 if os.path.exists(dll_path):
139 cls.module = dll_path
160 os.rename(str(udir) + '\\testownlib.dll', dll_path)
161 cls.module = dll_path
/external/google-breakpad/src/tools/windows/dump_syms/
Ddump_syms_unittest.cc229 std::wstring dll_path = root_path + L".dll"; in TEST_P() local
231 dll_path + L"\""; in TEST_P()
/external/python/cpython2/Tools/msi/
Dmsi.py135 def build_mingw_lib(dll_path, def_file, dll_file, mingw_lib): argument
144 gendef_command = '%s - %s' % (gendef, dll_path)
170 dll_path = os.path.join(srcdir, PCBUILD, "python%s%s.dll" % (major, minor)) variable
178 dll_path = os.path.join(srcdir, PCBUILD, dll_file) variable
179 msilib.set_arch_from_file(dll_path)
180 if msilib.pe_type(dll_path) != msilib.pe_type("msisupport.dll"):
190 have_mingw = build_mingw_lib(dll_path, def_file, dll_file, mingw_lib)
/external/sonivox/jet_tools/JetCreator/
Deas.py131 def InitEASModule (dll_path=None): argument
141 if dll_path is None:
142 dll_path=EAS_DLL_PATH
146 eas_dll = cdll.LoadLibrary(dll_path)
551 def __init__ (self, handle=None, dll_path=None, log_file=None): argument
553 InitEASModule(dll_path)
/external/webrtc/examples/unityplugin/
DANDROID_INSTRUCTION14 …rapper script for the native plugin libjingle_peerconnection_so.so, the dll_path should be set to …
/external/python/cpython3/Lib/test/
Dpythoninfo.py718 dll_path = _winapi.GetModuleFileName(sys.dllhandle)
719 info_add('windows.dll_path', dll_path)