OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fileRef
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/tools/aapt2/link/
TableMerger.cpp
279
const FileReference&
fileRef
) {
282
if (util::extractResFilePathParts(*
fileRef
.path, &prefix, &entry, &suffix)) {
287
newFileRef->setComment(
fileRef
.getComment());
288
newFileRef->setSource(
fileRef
.getSource());
291
return std::unique_ptr<FileReference>(
fileRef
.clone(&mMasterTable->stringPool));
298
std::unique_ptr<FileReference>
fileRef
= util::make_unique<FileReference>(
300
fileRef
->setSource(fileDesc.source);
301
fileRef
->file = file;
307
->value = std::move(
fileRef
);
Link.cpp
442
FileReference*
fileRef
= valueCast<FileReference>(configValue->value.get());
443
if (!
fileRef
) {
447
io::IFile* file =
fileRef
->file;
449
mContext->getDiagnostics()->error(DiagMessage(
fileRef
->getSource())
455
fileOp.dstPath = util::utf16ToUtf8(*
fileRef
->path);
464
fileDesc.source =
fileRef
->getSource();
[
all
...]
/frameworks/base/tools/aapt2/
ResourceTable.cpp
310
std::unique_ptr<FileReference>
fileRef
= util::make_unique<FileReference>(
312
fileRef
->setSource(source);
313
fileRef
->file = file;
314
return addResourceImpl(name, ResourceId{}, config, StringPiece{}, std::move(
fileRef
),
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar
Completed in 79 milliseconds