/aosp14/frameworks/base/core/java/android/os/ |
H A D | Debug.java | 2489 public static native boolean dumpJavaBacktraceToFileTimeout(int pid, String file, in dumpJavaBacktraceToFileTimeout() 2500 public static native boolean dumpNativeBacktraceToFileTimeout(int pid, String file, in dumpNativeBacktraceToFileTimeout()
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | ApplicationExitInfoTest.java | 958 private static void createRandomFile(File file, int size) throws IOException { in createRandomFile()
|
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsStorage.java | 311 try (FileChannel file = FileChannel.open(directory.toPath(), in fsyncDirectory() 329 AtomicFile file = new AtomicFile(path); in writeFile() local
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | Resource.cpp | 107 sp<AaptFile> file; in next() local 228 sp<AaptFile> file = grp->getFiles().valueAt(0); in parsePackage() local 345 const sp<AaptFile>& file, volatile bool* hasErrors) : in PreProcessImageWorkUnit() 1470 const sp<AaptFile>& file = it.getFile(); in buildResources() local
|
H A D | ResourceTable.h | 86 sp<AaptFile> file; member
|
/aosp14/frameworks/base/tools/aapt/ |
H A D | Resource.cpp | 107 sp<AaptFile> file; in next() local 228 sp<AaptFile> file = grp->getFiles().valueAt(0); in parsePackage() local 345 const sp<AaptFile>& file, volatile bool* hasErrors) : in PreProcessImageWorkUnit() 1470 const sp<AaptFile>& file = it.getFile(); in buildResources() local
|
H A D | ResourceTable.h | 86 sp<AaptFile> file; member
|
/aosp12/art/libprofile/profile/ |
H A D | profile_compilation_info_test.cc | 57 uint32_t GetFd(const ScratchFile& file) { in GetFd() 145 FILE* file = fopen(zip.GetFile()->GetPath().c_str(), "wb"); in TestProfileLoadFromZip() local 923 FILE* file = fopen(zip.GetFile()->GetPath().c_str(), "wb"); in TEST_F() local
|
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/buffer/ |
H A D | BufferManager.java | 402 File file = new File(mStorageManager.getBufferDir(), getFileName(id, positionUs)); in createNewWriteFileIfNeeded() local
|
/aosp12/frameworks/base/core/java/android/content/pm/ |
H A D | RegisteredServicesCache.java | 124 AtomicFile file = createFileForUser(user.id); in findOrCreateUserLocked() local
|
/aosp12/packages/modules/GeoTZ/data_pipeline/src/main/java/com/android/timezone/location/data_pipeline/steps/ |
H A D | Types.java | 369 public static TzS2CellUnion load(File file, ProtoStorageFormat storageFormat) { in load()
|
/aosp12/frameworks/base/services/core/java/com/android/server/firewall/ |
H A D | IntentFirewall.java | 279 File file = files[i]; in readRulesDir() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiCecLocalDeviceAudioSystem.java | 459 File file = new File(SHORT_AUDIO_DESCRIPTOR_CONFIG_PATH); in handleRequestShortAudioDescriptor() local
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/map/ |
H A D | BluetoothMapbMessage.java | 506 File file = new File(dir, "receivedBMessage.txt"); in parse() local
|
/aosp14/frameworks/base/core/java/android/content/pm/ |
H A D | RegisteredServicesCache.java | 124 AtomicFile file = createFileForUser(user.id); in findOrCreateUserLocked() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/firewall/ |
H A D | IntentFirewall.java | 294 File file = files[i]; in readRulesDir() local
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/compat/ |
H A D | CompatConfigTest.java | 85 private String readFile(File file) throws IOException { in readFile()
|
/aosp12/art/runtime/ |
H A D | oat_file_assistant_test.cc | 48 const std::string& file, in VerifyOptimizationStatus() 80 const std::string& file, in VerifyOptimizationStatus()
|
/aosp14/frameworks/base/apex/blobstore/service/java/com/android/server/blob/ |
H A D | BlobStoreManagerService.java | 1016 final File file = BlobStoreConfig.prepareSessionIndexFile(); in prepareSessionsIndexFile() local 1024 final File file = BlobStoreConfig.prepareBlobsIndexFile(); in prepareBlobsIndexFile() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageInstallerSession.java | 380 FileEntry(int index, InstallationFile file) { in FileEntry() 1044 InstallationFile file = files[i]; in PackageInstallerSession() local 1331 File file = new File(parent, name); in filterFiles() local 3514 private static String getRelativePath(File file, File base) throws IOException { in getRelativePath()
|
/aosp14/frameworks/base/core/java/android/app/ |
H A D | ContextImpl.java | 576 File file; in getSharedPreferences() local 591 public SharedPreferences getSharedPreferences(File file, int mode) { in getSharedPreferences() 780 private static File ensurePrivateDirExists(File file) { in ensurePrivateDirExists() 784 private static File ensurePrivateCacheDirExists(File file, String xattr) { in ensurePrivateCacheDirExists() 789 private static File ensurePrivateDirExists(File file, int mode, int gid, String xattr) { in ensurePrivateDirExists() 3215 File file = makeFilename(getDataDir(), name); in getDir() local
|
/aosp12/frameworks/native/opengl/tools/glgen2/registry/ |
H A D | reg.py | 695 def loadFile(self, file): argument
|
/aosp12/system/update_engine/payload_generator/ |
H A D | delta_diff_utils.cc | 312 for (const FilesystemInterface::File& file : old_files) in DeltaReadPartition() local
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | SupportLibraryTestGenerated.cpp | 142 for (const auto& file : files) { in createCacheFds() local
|
/aosp12/frameworks/base/tests/AppLaunchWear/src/com/android/tests/applaunch/ |
H A D | AppLaunch.java | 190 File file = new File(launchSubDir, LAUNCH_FILE); in testMeasureStartUpTime() local
|