Home
last modified time | relevance | path

Searched refs:access (Results 601 - 625 of 1497) sorted by relevance

1...<<21222324252627282930>>...60

/foundation/bundlemanager/bundle_framework/interfaces/inner_api/bundlemgr_extension/src/
H A Dbms_extension_profile.cpp49 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 Dskia_surface.h63 BackendTexture GetBackendTexture(BackendAccess access) const override;
/foundation/multimedia/media_foundation/src/osal/filesystem/
H A Dfile_system.cpp80 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 Dnetwork_latency_controller.cpp49 int err = access(PmqosNetworkLatencySwitcher::PMQOS_PATH.data(), W_OK); in Init()
/foundation/communication/wifi/wifi/relation_services/wifi_hal_service/
H A Dmain.c119 if (access(rpcSockPath, 0) == 0) { in main()
/foundation/distributedhardware/distributed_audio/services/audiomanager/servicesink/src/
H A Ddaudio_sink_hidumper.cpp107 if (access(DUMP_FILE_PATH.c_str(), 0) < 0) { in StartDumpData()
/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_sql_utils.cpp53 if (access(databaseDirectory.c_str(), F_OK) != 0) { in CreateDirectory()
/foundation/filemanagement/app_file_service/utils/src/b_json/
H A Db_json_entity_extension_config.cpp161 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 Dsurface.h173 * @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 Dudevadm-settle.c141 if (exists && access(exists, F_OK) >= 0) { in adm_settle()
/third_party/eudev/src/shared/
H A Dsmack-util.c40 cached_use = access("/sys/fs/smackfs/", F_OK) >= 0; in mac_smack_use()
/third_party/alsa-utils/alsaloop/
H A Deffect-sweep.c34 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 Dstring_atom.cc213 #define s_local_cache (*__g_s_local_cache_impl.access())
/third_party/alsa-lib/include/
H A Dpcm_ioplug.h43 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 Dprivate.h90 uint32_t access; member
/third_party/ltp/testcases/kernel/containers/userns/
H A Duserns03.c145 if (access("/proc/self/setgroups", F_OK) == 0) { in run()
/third_party/ltp/lib/
H A Dtst_pid.c83 if (access(path, R_OK) != 0) { in read_session_pids_limit()
H A Dtst_kvercmp.c146 if (access(OSRELEASE_PATH, F_OK) != -1) { in tst_kvcmp_distname()
H A Dtst_kernel.c114 if (access(path, R_OK)) { in tst_search_driver_()
/third_party/ltp/testcases/kernel/sound/
H A Dsnd_timer01.c65 if(access("/dev/snd/timer", F_OK)) in setup()
/third_party/ltp/testcases/kernel/syscalls/access/
H A Daccess02.c12 * 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 Dmigrate_pages03.c52 if (access(PATH_KSM, F_OK)) in setup()
/third_party/ltp/testcases/kernel/syscalls/mmap/
H A Dmmap10.c95 if (access(PATH_KSM, F_OK) == -1) in main()
/third_party/ltp/testcases/kernel/mem/ksm/
H A Dksm06.c96 if (access(PATH_KSM "max_page_sharing", F_OK) == 0) in test_ksm()
/third_party/ltp/testcases/kernel/syscalls/perf_event_open/
H A Dperf_event_open01.c105 if (access("/proc/sys/kernel/perf_event_paranoid", F_OK) == -1) in setup()

Completed in 10 milliseconds

1...<<21222324252627282930>>...60