Searched refs:files (Results 276 - 292 of 292) sorted by relevance

<<1112

/frameworks/native/cmds/installd/
H A Dinstalld.h121 cache_file_t** files; member in struct:__anon1326
/frameworks/webview/chromium/
H A DAndroid.mk31 LOCAL_SRC_FILES := $(call all-java-files-under, java)
147 # To remove warnings from skia header files
/frameworks/support/v8/renderscript/rs_support/
H A DAndroid.mk61 # Generate custom source files
/frameworks/base/tools/aapt/
H A DResource.cpp4 // Build resource files from raw assets.
203 fprintf(stderr, "warning: Multiple AndroidManifest.xml files found, using %s\n",
387 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& files local
390 if (files.size() == 0) {
394 String8 resType = files.valueAt(0)->getResourceType();
415 for (size_t j=0; j<files.size(); j++) {
417 files.valueAt(j)->getSourceFile().string(),
418 files.keyAt(j).toDirName(String8()).string(),
420 status_t err = existingGroup->addFile(files.valueAt(j));
576 // Replace any base level files i
2567 const DefaultKeyedVector<AaptGroupEntry, sp<AaptFile> >& files = group->getFiles(); local
2631 writePathsToFile(const sp<FilePathStore>& files, FILE* fp) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DAppCacheTest.java133 //this should free up the test files that were created earlier
382 //introduce sleep for 1 s to avoid common time stamps for files being created
391 List<String> files = new ArrayList<String>();
395 files.add(file1.getName());
398 if (files.size() > 0) {
400 + Arrays.toString(files.toArray(new String[files.size()])));
432 //introduce sleep for 10 ms to avoid common time stamps for files being created
544 //confirm files dont exist
651 if(localLOGV || TRACKING) Log.i(TAG, "Available blocks after writing test files i
[all...]
/frameworks/base/services/java/com/android/server/firewall/
H A DIntentFirewall.java255 * Reads rules from all xml files (*.xml) in the given directory, and replaces our set of rules
258 * We only check for files ending in ".xml", to allow for temporary files that are atomically
270 File[] files = rulesDir.listFiles();
271 for (int i=0; i<files.length; i++) {
272 File file = files[i];
391 * Represents a single activity/service/broadcast rule within one of the xml files.
542 * Monitors for the creation/deletion/modification of any .xml files in the rule directory
/frameworks/base/libs/androidfw/
H A DBackupHelpers.cpp333 char const* const* files, char const* const* keys, int fileCount)
350 char const* file = files[i];
397 // both files exist, check them
576 // very large files need a pax extended size header
679 // Now write the file data itself, for real files. We honor tar's convention that
699 // depends on the OS guarantee that for ordinary files, read() will never return
1500 char const* files[] = {
1523 err = back_up_files(-1, &dataStream, newSnapshotFD, files, keys, 1);
1549 char const* files[] = {
1576 err = back_up_files(-1, &dataStream, newSnapshotFD, files, key
332 back_up_files(int oldSnapshotFD, BackupDataWriter* dataStream, int newSnapshotFD, char const* const* files, char const* const* keys, int fileCount) argument
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/
H A DPrintSpoolerService.java148 pw.append(prefix).append("print job files:").println();
149 File[] files = getFilesDir().listFiles();
150 if (files != null) {
151 final int fileCount = files.length;
153 File file = files[i];
320 // Make a map with the files for a print job since we may have
321 // to delete some. One example of getting orphan files if the
326 File[] files = getFilesDir().listFiles();
327 if (files != null) {
328 final int fileCount = files
[all...]
/frameworks/rs/
H A DAndroid.mk97 # Generate custom source files
189 # Generate custom source files
/frameworks/base/core/java/android/os/
H A DDebug.java52 * <p>Debug can create log files that give details about an application, such as
55 * information about reading trace files. To start logging trace files, call one
577 * information about reading these files. Call stopMethodTracing() to stop
589 * information about reading trace files.
593 * If the files already exist, they will be truncated.
602 * buffer size. The trace files will be put under "/sdcard" unless an
605 * information about reading trace files.
608 * If the files already exist, they will be truncated.
619 * buffer size. The trace files wil
[all...]
/frameworks/base/data/fonts/
H A DAndroid.mk86 # Build the rest font files as prebuilt.
/frameworks/base/packages/DefaultContainerService/src/com/android/defcontainer/
H A DDefaultContainerService.java317 String[] files = path.list();
318 if (files != null) {
319 for (String file : files) {
841 // Check all the native files that need to be copied and add that to the
/frameworks/base/services/java/com/android/server/
H A DDropBoxManagerService.java85 // Accounting of all currently written log files (set in init()).
102 /** Receives events that might indicate a need to clean up files. */
599 File[] files = mDropBoxDir.listFiles();
600 if (files == null) throw new IOException("Can't list files: " + mDropBoxDir);
605 // Scan pre-existing files.
606 for (File file : files) {
633 // mFilesByTag is used for trimming, so don't list empty files.
634 // (Zero-length/lost files are trimmed by date from mAllFiles.)
691 * Trims the files o
[all...]
/frameworks/base/
H A DAndroid.mk37 LOCAL_SRC_FILES := $(call find-other-java-files,$(FRAMEWORKS_BASE_SUBDIRS))
39 # EventLogTags files.
47 ## When updating this list of aidl files, consider if that aidl is
50 ## not contain any aidl files for parcelables, but the one below should
342 # Copy AIDL files to be preprocessed and included in the SDK,
465 $(call find-other-html-files, $(html_dirs)) \
471 $(call find-other-java-files, $(dirs_to_document)) \
476 $(call find-other-java-files, $(dirs_to_check_apis)) \
479 # This is used by ide.mk as the list of source files that are
944 ext_src_files := $(call all-java-files
[all...]
/frameworks/base/media/java/android/media/
H A DMediaScanner.java325 // old thumbnail files
349 // this should be set when scanning files on a case insensitive file system.
567 // we only extract metadata for audio and video files
748 // for feature parity with Donut, we force m4a files to keep the
958 // Directories need to be inserted before the files they contain, so they
1083 // accidentally deleting files that are really there (this may happen if the
1090 // Build the list of files from the content provider
1093 // First read existing files from the files table.
1094 // Because we'll be deleting entries for missing files a
[all...]
/frameworks/base/services/java/com/android/server/pm/
H A DUserManagerService.java206 // Make zeroth user directory, for services to migrate their files to that location
897 * Removes all the restrictions files (res_<packagename>) for a given user, if all is true,
904 String[] files = dir.list();
905 if (files == null) return;
906 for (String fileName : files) {
1086 String[] files = parent.list();
1087 for (String filename : files) {
1475 // all restrictions files that might have been left behind, else clean up just the
H A DPackageManagerService.java285 /** The location for ASEC container files on internal storage. */
1173 * list of process files because dexopt will have been run
1261 // existing dexopt files to ensure we don't leave any
1263 String[] files = dalvikCacheDir.list();
1264 if (files != null) {
1265 for (int i=0; i<files.length; i++) {
1266 String fn = files[i];
1371 //delete tmp files
1560 // Iterate over the files in the directory and scan .xml files
[all...]

Completed in 314 milliseconds

<<1112