Searched refs:file (Results 76 - 100 of 353) sorted by relevance

1234567891011>>

/frameworks/native/cmds/installd/
H A Dutils.c5 ** you may not use this file except in compliance with the License.
480 cache_file_t* file = (cache_file_t*)_cache_malloc(cache, sizeof(cache_file_t)+nameLen+1); local
481 if (file != NULL) {
482 file->dir = dir;
483 file->modTime = modTime;
484 strcpy(file->name, name);
490 ALOGE("Failure growing cache file array for %s\n", name);
496 CACHE_NOISY(ALOGI("Setting file %p at position %d in array %p", file,
498 cache->files[cache->numFiles] = file;
757 cache_file_t* file = cache->files[i]; local
[all...]
/frameworks/base/libs/androidfw/
H A DZipFileRO.cpp5 * you may not use this file except in compliance with the License.
47 * Zip file constants.
53 #define kEOCDNumEntries 8 // offset to #of entries in file
57 #define kEOCDCommentSize 20 // offset to the length of the file comment
119 * Open the specified file read-only. We memory-map the entire thing and
120 * close the file before returning.
129 * Open and map the specified file.
184 ALOGW("File too short to be a zip file");
224 * need to read the last part of the file into a buffer, dig through
228 * We start by pulling in the last part of the file
737 FileMap *file; local
801 FileMap *file; local
[all...]
/frameworks/base/services/java/com/android/server/
H A DDockObserver.java5 * you may not use this file except in compliance with the License.
100 FileReader file = new FileReader(DOCK_STATE_PATH);
102 int len = file.read(buffer, 0, 1024);
106 file.close();
174 final Uri soundUri = Uri.parse("file://" + soundPath);
/frameworks/base/services/java/com/android/server/connectivity/
H A DPacManager.java5 * you may not use this file except in compliance with the License.
104 String file;
108 file = get(mPacUrl);
110 file = null;
111 Log.w(TAG, "Failed to load PAC file: " + ioe);
114 if (file != null) {
116 if (!file.equals(mCurrentPac)) {
117 setCurrentProxyScript(file);
259 Log.e(TAG, "Unable to set PAC file", e);
/frameworks/av/media/libstagefright/codecs/on2/h264dec/source/arm_neon_asm_gcc/
H A Dasm_common.S5 @ you may not use this file except in compliance with the License.
/frameworks/base/core/java/android/app/backup/
H A DBackupAgent.java5 * you may not use this file except in compliance with the License.
53 * and provide the name of its backup agent class in its {@code AndroidManifest.xml} file via
99 * suited to handling of simple file or {@link android.content.SharedPreferences}
115 * During a full restore, indicates that the file system object being restored
116 * is an ordinary file.
121 * During a full restore, indicates that the file system object being restored
181 * last backup pass is provided in the <code>oldState</code> file
185 * be written to the file pointed to by the file descriptor wrapped in
200 * file descripto
315 fullBackupFile(File file, FullBackupDataOutput output) argument
[all...]
/frameworks/base/core/tests/coretests/apks/install_jni_lib/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/AutoLocTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v1/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/AutoLocVersionedTestApp_v2/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocAllPermsTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocPermsFLTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v1/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalLocVersionedTestApp_v2/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPerms/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsBT/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsDiffKey/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/ExternalSharedPermsFL/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/InternalLocTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/NoLocTestApp/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v1/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.
/frameworks/base/core/tests/hosttests/test-apps/NoLocVersionedTestApp_v2/
H A DAndroid.mk4 # you may not use this file except in compliance with the License.

Completed in 592 milliseconds

1234567891011>>