HomeSort by relevance Sort by last modified time
    Searched defs:szPath (Results 1 - 11 of 11) sorted by null

  /packages/apps/OMA-DM/engine/dmlib/linux_java/samples/plugins/testconstplugin/src/
plugin_dll_test_constraint.cc 82 const char * szPath=strPath.c_str();
84 //Debug("szPath.len=%d\n", strlen(szPath));
85 nodeExist=tree->IsValidNode(szPath);
86 Debug("check for isValidNode of %s nodeExist=%d\n", szPath, nodeExist);
90 Debug(" %s isValidNode\n", szPath);
  /external/chromium_org/third_party/npapi/npspy/common/
plugload.cpp 92 char szPath[_MAX_PATH];
97 GetPluginsDir(szPath, _MAX_PATH);
101 sprintf(msg, "LoadRealPlugin Path: %s\r\n", szPath);
105 strcpy(szFileName, szPath);
  /packages/apps/OMA-DM/engine/dmlib/dmengine/dm_tnm/src/
dm_tree_plugin_root_node_class.cc 825 CPCHAR szPath = GetPlugin()->GetPath();
827 XPL_LOG_DM_TMN_Debug(("DMPluginRootNode::GetTree m_ptrPluginTree == NULL, %s\n", szPath));
829 SYNCML_DM_RET_STATUS_T dm_stat = GetPlugin()->GetTree(szPath, m_ptrPluginTree);
dm_tree_class_private.cc     [all...]
  /external/chromium_org/third_party/skia/tools/
win_dbghelp.cpp 116 #define BUILD_UNIQUE_FILENAME(var, ext, szPath, szAppName, szVersion, stLocalTime) \
118 szPath, szAppName, szVersion, \
128 char szPath[MAX_PATH];
139 GetTempPath( dwBufferSize, szPath );
141 sprintf( szFileName, "%s%s", szPath, szAppName );
144 BUILD_UNIQUE_FILENAME(szFileName, ".dmp", szPath, szAppName, szVersion, stLocalTime);
145 BUILD_UNIQUE_FILENAME(szFileNameOutput, ".out", szPath, szAppName, szVersion, stLocalTime);
  /external/skia/tools/
win_dbghelp.cpp 116 #define BUILD_UNIQUE_FILENAME(var, ext, szPath, szAppName, szVersion, stLocalTime) \
118 szPath, szAppName, szVersion, \
128 char szPath[MAX_PATH];
139 GetTempPath( dwBufferSize, szPath );
141 sprintf( szFileName, "%s%s", szPath, szAppName );
144 BUILD_UNIQUE_FILENAME(szFileName, ".dmp", szPath, szAppName, szVersion, stLocalTime);
145 BUILD_UNIQUE_FILENAME(szFileNameOutput, ".out", szPath, szAppName, szVersion, stLocalTime);
  /external/chromium_org/third_party/npapi/npspy/windows/
dirpick.cpp 139 char szPath[_MAX_PATH];
141 lstrcpy(szPath, lpszDir);
142 if(szPath[lstrlen(szPath) - 1] == '\\')
143 szPath[lstrlen(szPath) - 1] = '\0';
144 lstrcpy(szFileName, szPath);
154 lstrcpy(szFileName, szPath);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wfext.h 72 CHAR szPath[260];
80 WCHAR szPath[260];
shellapi.h 594 WCHAR szPath[MAX_PATH];
clusapi.h     [all...]
shlobj.h     [all...]

Completed in 280 milliseconds