OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:url_name
(Results
1 - 3
of
3
) sorted by null
/development/tools/emulator/test-apps/ConnectivityTest/src/com/android/emulator/connectivity/test/
ConnectivityTest.java
37
private static final String
URL_NAME
= "http://www.google.com";
60
URL url = new URL(
URL_NAME
);
/frameworks/av/libvideoeditor/osal/src/
M4OSA_FileCommon.c
255
pFileContext->
url_name
= (M4OSA_Char*) M4OSA_32bitAlignedMalloc(strlen((const char *)pUrl)+1,
257
if (M4OSA_NULL == pFileContext->
url_name
)
264
M4OSA_chrNCopy(pFileContext->
url_name
, pUrl, strlen((const char *)pUrl)+1);
271
free(pFileContext->
url_name
);
488
free(pFileContext->
url_name
);
489
pFileContext->
url_name
= M4OSA_NULL;
538
if(stat((char*)fileContext->
url_name
, &TheStat) != 0)
587
uiLength = strlen((const char *)pFileContext->
url_name
)+1;
589
/* Allocate the memory to store the
url_name
*/
598
M4OSA_chrNCopy(*pUrl, pFileContext->
url_name
, uiLength)
[
all
...]
/frameworks/av/libvideoeditor/osal/inc/
M4OSA_FileCommon_priv.h
50
M4OSA_Char*
url_name
;
member in struct:__anon18761
Completed in 2691 milliseconds