Searched defs:file_uri (Results 1 - 2 of 2) sorted by relevance

/packages/apps/OMA-DM/engine/dmlib/portlib/lj/src/
H A Dxpl_File.cc73 XPL_FS_HANDLE_T XPL_FS_Open(CPCHAR file_uri, argument
101 nFileHandle = (XPL_FS_HANDLE_T)open(file_uri, flags, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IRWXO);
102 // XPL_LOG_DM_XPL_Debug(("DMFileHandler::open: opening file %s with mode flag %d, errno is %d, handle = %d\n",file_uri,(int)open_mode, errno, nFileHandle));
111 XPL_LOG_DM_XPL_Error(("DMFileHandler::open: can't open file %s with mode flag %d errno is %d\n",file_uri,(int)open_mode,errno));
116 chmod(file_uri,S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IRWXO);
265 XPL_CLK_CLOCK_T XPL_FS_GetModTime(CPCHAR file_uri) argument
269 if(stat( file_uri, &st) < 0)
/packages/apps/OMA-DM/engine/xpl/src/
H A Dxpl_File.cc72 XPL_FS_HANDLE_T XPL_FS_Open(CPCHAR file_uri, argument
100 nFileHandle = (XPL_FS_HANDLE_T)open(file_uri, flags, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
101 // XPL_LOG_DM_XPL_Debug(("DMFileHandler::open: opening file %s with mode flag %d, errno is %d, handle = %d\n",file_uri,(int)open_mode, errno, nFileHandle));
110 XPL_LOG_DM_XPL_Error(("DMFileHandler::open: can't open file %s with mode flag %d errno is %d\n",file_uri,(int)open_mode,errno));
115 chmod(file_uri,S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP);
264 XPL_CLK_CLOCK_T XPL_FS_GetModTime(CPCHAR file_uri) argument
268 if(stat( file_uri, &st) < 0)

Completed in 43 milliseconds