HomeSort by relevance Sort by last modified time
    Searched full:dll_path (Results 1 - 6 of 6) sorted by null

  /external/libchrome/base/
file_version_info_unittest.cc 60 FilePath dll_path = GetTestDataPath(); local
61 dll_path = dll_path.Append(kDLLName);
64 FileVersionInfo::CreateFileVersionInfo(dll_path));
101 FilePath dll_path = GetTestDataPath(); local
102 dll_path = dll_path.Append(kDLLNames[i]);
105 FileVersionInfo::CreateFileVersionInfo(dll_path));
114 FilePath dll_path = GetTestDataPath(); local
115 dll_path = dll_path.AppendASCII("FileVersionInfoTest1.dll")
    [all...]
  /external/autotest/client/site_tests/firmware_TouchMTB/
common.py 16 DLL_PATH = '/usr/local/lib:/usr/local/lib64'
19 os.environ[DLL_PATH_ENV_NAME] = DLL_PATH
  /external/webrtc/webrtc/base/
latebindingsymboltable.cc 83 bool LateBindingSymbolTable::LoadFromPath(const char *dll_path) {
95 handle_ = dlopen(dll_path,
117 LOG(LS_WARNING) << "Can't load " << dll_path << ": "
latebindingsymboltable.h 50 bool LoadFromPath(const char *dll_path);
  /external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
win_platform_backend.py 59 dll_path = os.path.join(executable_dir, dll_file_name)
66 if not (os.path.exists(dll_path) and os.path.exists(driver_path)):
80 if not os.path.exists(dll_path):
  /external/sonivox/jet_tools/JetCreator/
eas.py 131 def InitEASModule (dll_path=None):
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):
553 InitEASModule(dll_path)
    [all...]

Completed in 223 milliseconds