OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetFileName
(Results
1 - 4
of
4
) sorted by null
/external/opencore/fileformats/mp4/composer/include/
mediadataatom.h
50
PVA_FF_MediaDataAtom(PVA_FF_UNICODE_STRING_PARAM
targetFileName
,
/external/opencore/fileformats/mp4/composer/src/
mediadataatom.cpp
90
PVA_FF_MediaDataAtom::PVA_FF_MediaDataAtom(PVA_FF_UNICODE_STRING_PARAM
targetFileName
,
122
int retVal = PVA_FF_AtomUtils::openFile(&_pofstream,
targetFileName
, Oscl_File::MODE_READWRITE | Oscl_File::MODE_BINARY, aCacheSize);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newxmlfile/
NewXmlFileCreationPage.java
697
String
targetFileName
= null;
741
targetFileName
= fileName;
750
mFileNameTextField.setText(
targetFileName
!= null ?
targetFileName
: ""); //$NON-NLS-1$
[
all
...]
/cts/tools/host/src/com/android/cts/
HostConfig.java
796
String
targetFileName
= mRoot + File.separator + targetName + FILE_SUFFIX_APK;
797
if (filePathList.contains(
targetFileName
)) {
[
all
...]
Completed in 402 milliseconds