/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/ |
H A D | bms_extension_profile.cpp | 49 if (access(filePath.c_str(), F_OK) != 0) { in ReadFileIntoJson() 50 APP_LOGE("access failed %{public}s errno:%{public}d", filePath.c_str(), errno); in ReadFileIntoJson()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_surface.h | 63 BackendTexture GetBackendTexture(BackendAccess access) const override;
|
/foundation/multimedia/media_foundation/src/osal/filesystem/ |
H A D | file_system.cpp | 80 return access(path.c_str(), 0) != -1; in IsExists() 94 if (mkdir(path.c_str(), 755) == -1) { // 755 directory access permissions in MakeDir()
|
/foundation/resourceschedule/resource_schedule_service/ressched/plugins/frame_aware_plugin/src/ |
H A D | network_latency_controller.cpp | 49 int err = access(PmqosNetworkLatencySwitcher::PMQOS_PATH.data(), W_OK);
in Init()
|
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/ |
H A D | main.c | 119 if (access(rpcSockPath, 0) == 0) { in main()
|
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/ |
H A D | daudio_sink_hidumper.cpp | 107 if (access(DUMP_FILE_PATH.c_str(), 0) < 0) { in StartDumpData()
|
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/ |
H A D | rdb_sql_utils.cpp | 53 if (access(databaseDirectory.c_str(), F_OK) != 0) { in CreateDirectory()
|
/foundation/filemanagement/app_file_service/utils/src/b_json/ |
H A D | b_json_entity_extension_config.cpp | 161 if (access(jsonFilePath.c_str(), F_OK) != 0) { in GetJSonSource() 162 HILOGI("Failed to access jsonFilePath : %{public}s", jsonFilePath.c_str()); in GetJSonSource()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/draw/ |
H A D | surface.h | 173 * @param access backend access mode, default as FLUSH_READ 176 BackendTexture GetBackendTexture(BackendAccess access = BackendAccess::FLUSH_READ) const;
|
/third_party/eudev/src/udev/ |
H A D | udevadm-settle.c | 141 if (exists && access(exists, F_OK) >= 0) { in adm_settle()
|
/third_party/eudev/src/shared/ |
H A D | smack-util.c | 40 cached_use = access("/sys/fs/smackfs/", F_OK) >= 0; in mac_smack_use()
|
/third_party/alsa-utils/alsaloop/ |
H A D | effect-sweep.c | 34 snd_pcm_access_t access, in effect_init() 32 effect_init(struct lookback *loopback, void *private_data, snd_pcm_access_t access, unsigned int channels, unsigned int rate, snd_pcm_format_t format) effect_init() argument
|
/third_party/gn/src/gn/ |
H A D | string_atom.cc | 213 #define s_local_cache (*__g_s_local_cache_impl.access())
|
/third_party/alsa-lib/include/ |
H A D | pcm_ioplug.h | 43 SND_PCM_IOPLUG_HW_ACCESS = 0, /**< access type */ 118 snd_pcm_access_t access; /**< access type; filled after hw_params is called */ member
|
/third_party/libdrm/nouveau/ |
H A D | private.h | 90 uint32_t access; member
|
/third_party/ltp/testcases/kernel/containers/userns/ |
H A D | userns03.c | 145 if (access("/proc/self/setgroups", F_OK) == 0) { in run()
|
/third_party/ltp/lib/ |
H A D | tst_pid.c | 83 if (access(path, R_OK) != 0) { in read_session_pids_limit()
|
H A D | tst_kvercmp.c | 146 if (access(OSRELEASE_PATH, F_OK) != -1) { in tst_kvcmp_distname()
|
H A D | tst_kernel.c | 114 if (access(path, R_OK)) { in tst_search_driver_()
|
/third_party/ltp/testcases/kernel/sound/ |
H A D | snd_timer01.c | 65 if(access("/dev/snd/timer", F_OK)) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/access/ |
H A D | access02.c | 12 * Test access(2) syscall 60 TST_EXP_PASS_SILENT(access(tc->pathname, tc->mode), in access_test() 61 "access(%s, %s) as %s", tc->pathname, tc->name, user); in access_test() 71 * access() behaviour is correct. in access_test() 85 * has read access, attempt to open the file with O_RDONLY, in access_test() 86 * if we get a valid fd, access() behaviour is correct. in access_test() 103 * has write access, attempt to open the file with O_WRONLY, in access_test() 104 * if we get a valid fd, access() behaviour is correct. in access_test() 121 * has execute access, attempt to execute the executable in access_test() 122 * file, if successful, access() behaviou in access_test() [all...] |
/third_party/ltp/testcases/kernel/syscalls/migrate_pages/ |
H A D | migrate_pages03.c | 52 if (access(PATH_KSM, F_OK)) in setup()
|
/third_party/ltp/testcases/kernel/syscalls/mmap/ |
H A D | mmap10.c | 95 if (access(PATH_KSM, F_OK) == -1) in main()
|
/third_party/ltp/testcases/kernel/mem/ksm/ |
H A D | ksm06.c | 96 if (access(PATH_KSM "max_page_sharing", F_OK) == 0) in test_ksm()
|
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/ |
H A D | perf_event_open01.c | 105 if (access("/proc/sys/kernel/perf_event_paranoid", F_OK) == -1) in setup()
|