OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CrunchCache
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/tools/aapt/
CrunchCache.cpp
4
// Implementation file for
CrunchCache
6
//
CrunchCache
.h
14
#include "
CrunchCache
.h"
18
CrunchCache
::
CrunchCache
(String8 sourcePath, String8 destPath, FileFinder* ff)
31
size_t
CrunchCache
::crunch(CacheUpdater* cu, bool forceOverwrite)
78
void
CrunchCache
::loadFiles()
96
bool
CrunchCache
::needsUpdating(String8 relativePath) const
CrunchCache.h
19
/**
CrunchCache
29
class
CrunchCache
{
32
CrunchCache
(String8 sourcePath, String8 destPath, FileFinder* ff);
Android.mk
14
CrunchCache
.cpp \
Resource.cpp
13
#include "
CrunchCache
.h"
[
all
...]
/frameworks/base/tools/aapt/tests/
CrunchCache_test.cpp
8
#include "
CrunchCache
.h"
52
CrunchCache
cc(source,dest,ff);
94
CrunchCache
scc(source2,dest2,sff);
Completed in 42 milliseconds