/aosp12/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/ |
H A D | CacheOomRankerTest.java | 796 public AppOpsService getAppOpsService(File file, Handler handler) { in getAppOpsService()
|
/aosp12/system/libvintf/ |
H A D | check_vintf.cpp | 572 for (const auto& file : dumpFileList()) { in main() local
|
/aosp12/system/extras/simpleperf/runtest/ |
H A D | runtest.py | 362 def _download(self, file, to_dir): argument
|
/aosp12/hardware/google/pixel/vibrator/drv2624/tests/ |
H A D | test-hwapi.cpp | 110 std::ifstream file{a.second}; in verifyContents() local
|
/aosp12/packages/apps/Contacts/src/com/android/contacts/vcard/ |
H A D | ImportVCardActivity.java | 505 final File file = getFileStreamPath(localFilename); in readUriToLocalFile() local
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 299 virtual ErrCode GetFileStat(const std::string &file, FileStat &fileStat) in GetFileStat()
|
/ohos5.0/foundation/communication/netmanager_base/services/netpolicymanager/src/core/ |
H A D | net_policy_file.cpp | 68 std::fstream file(realPath.c_str(), std::fstream::in); in ReadFile() local
|
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/vcodec/swdecoder/src/InnerAPI/ |
H A D | videodec_ndk_inner_sample.cpp | 637 std::shared_ptr<AVSharedMemory> buffer, FILE *file) in ProcessOutputData()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/LumeRender/src/loader/ |
H A D | shader_loader.cpp | 80 vector<uint8_t> ReadFile(IFile& file) in ReadFile()
|
/ohos5.0/drivers/peripheral/audio/test/unittest/common/render/ |
H A D | audio_render_common_test.cpp | 524 FILE *file = fopen(pathBuf, "wb+"); variable
|
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/ |
H A D | file_utils.cpp | 341 void OpenSubFile(const std::string &path, std::vector<std::string> &file) in OpenSubFile()
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/texgine/src/ |
H A D | font_config.cpp | 59 std::ifstream file(fname); in GetFileData() local
|
/ohos5.0/foundation/multimedia/ringtone_library/services/utils/src/ |
H A D | ringtone_file_utils.cpp | 388 ofstream file(filePath); in CreateFile() local
|
/ohos5.0/commonlibrary/c_utils/base/test/benchmarktest/directory_benchmark_test/ |
H A D | directory_benchmark_test.cpp | 184 ofstream file(resultfile[0], fstream::out); in BENCHMARK_F() local
|
/aosp12/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
H A D | TelephonyBackupAgent.java | 502 final File file = new File(getFilesDir().getPath() + "/" + fileName); in backupFile() local
|
/aosp12/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | PackageManagerServiceUtils.java | 371 final File file = getSettingsProblemFile(); in dumpCriticalInfo() local
|
/aosp12/frameworks/base/tests/AppLaunch/src/com/android/tests/applaunch/ |
H A D | AppLaunch.java | 244 File file = new File(launchSubDir, LAUNCH_FILE); in testMeasureStartUpTime() local 603 File file = new File(launchSubDir, path); in logDumpsysIorapd() local
|
/aosp12/frameworks/base/tools/aapt/ |
H A D | XMLNode.cpp | 551 status_t parseXMLResource(const sp<AaptFile>& file, ResXMLTree* outTree, in parseXMLResource() 583 sp<XMLNode> XMLNode::parse(const sp<AaptFile>& file) in parse()
|
/ohos5.0/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/unittest/bms_installd_client_test/ |
H A D | bms_installd_client_test.cpp | 897 std::string file = EMPTY_STRING; variable 912 std::string file = FILE; variable
|
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/test/unittest/medialibrary_datamanager_test/src/ |
H A D | medialibrary_datamanager_test.cpp | 961 shared_ptr<FileAsset> file = nullptr; variable 982 shared_ptr<FileAsset> file = nullptr; variable
|
/ohos5.0/base/request/request/frameworks/js/napi/src/ |
H A D | napi_utils.cpp | 809 FileSpec file; in Convert2FileVector() local 821 bool Convert2File(napi_env env, napi_value jsFile, FileSpec &file) in Convert2File()
|
/aosp12/packages/apps/Nfc/src/com/android/nfc/ |
H A D | NfcService.java | 3291 File file = new File(NATIVE_LOG_FILE_PATH, NATIVE_LOG_FILE_NAME); in copyNativeCrashLogsIfAny() local 3310 File file = new File(NATIVE_LOG_FILE_PATH, NATIVE_LOG_FILE_NAME); in storeNativeCrashLogs() local 3412 File file = new File(NATIVE_LOG_FILE_PATH, NATIVE_LOG_FILE_NAME); in dumpDebug() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/plugin_frontend/ |
H A D | plugin_frontend_delegate.cpp | 180 for (const auto& file : files) { in GetConfigurationCommon() local 217 for (const auto& file : files) { in LoadResourceConfiguration() local 236 for (const auto& file : files) { in LoadResourceConfiguration() local
|
/ohos5.0/base/telephony/core_service/services/sim/src/ |
H A D | sim_file.cpp | 526 std::shared_ptr<PlmnNetworkName> file = std::make_shared<PlmnNetworkName>(); in ParsePnn() local 568 std::shared_ptr<OperatorPlmnInfo> file = std::make_shared<OperatorPlmnInfo>(); in ParseOpl() local 599 std::shared_ptr<OperatorPlmnInfo> file = std::make_shared<OperatorPlmnInfo>(); in ParseOpl5g() local
|
/ohos5.0/foundation/filemanagement/app_file_service/frameworks/native/backup_ext/src/ |
H A D | ext_extension.cpp | 1916 string file = string(INDEX_FILE_INCREMENTAL_BACKUP).append(manageFile); in IncrementalTarFileReady() local 1968 string file = GetReportFileName(string(INDEX_FILE_INCREMENTAL_BACKUP).append(item.first)); in IncrementalBigFileReady() local 2167 string file = GetReportFileName(string(INDEX_FILE_INCREMENTAL_BACKUP).append("all")); in IncrementalAllFileReady() local
|