Home
last modified time | relevance | path

Searched refs:global (Results 1 – 25 of 35) sorted by relevance

12

/system/core/sdcard/
Dsdcard.c235 struct fuse_global* global; member
499 node->graft_path = fuse->global->obb_path; in derive_permissions_locked()
500 node->graft_pathlen = strlen(fuse->global->obb_path); in derive_permissions_locked()
509 appid = (appid_t) (uintptr_t) hashmapGet(fuse->global->package_to_appid, node->name); in derive_permissions_locked()
565 if (fuse->global->inode_ctr == 0) { in create_node_locked()
591 node->ino = fuse->global->inode_ctr++; in create_node_locked()
592 node->gen = fuse->global->next_generation++; in create_node_locked()
646 return &fuse->global->root; in lookup_node_by_id_locked()
731 pthread_mutex_lock(&fuse->global->lock); in fuse_reply_entry()
734 pthread_mutex_unlock(&fuse->global->lock); in fuse_reply_entry()
[all …]
/system/core/libcutils/arch-arm/
Dmemset32.S26 .global android_memset32
28 .global android_memset16
/system/core/rootdir/
Dinit.environ.rc.in1 # set up the global environment
/system/core/debuggerd/
Dcrasher.c59 static void* global = 0; // So GCC doesn't optimize the tail recursion out of overflow_stack. variable
64 global = buf; in overflow_stack()
/system/connectivity/shill/doc/
Dprofile-api.txt14 When the connection manager starts up it pushes a "global profile" onto
31 Device and IPConfig objects go in the global profile (if any).
35 Likewise global state like Offline mode and any Country code are stored
36 in the global profile (see above).
Dmanager-api.txt11 Return the global system properties specified
635 The offline mode indicates the global setting for
726 The global connection state of a system. Possible
/system/core/libpixelflinger/arch-arm64/
Dcol32cb16blend.S31 .global scanline_col32cb16blend_arm64
Dt32cb16blend.S31 .global scanline_t32cb16blend_arm64
/system/core/libpixelflinger/
Dcol32cb16blend.S21 .global scanline_col32cb16blend_arm
Drotate90CW_4x4_16v6.S22 .global rotate90CW_4x4_16v6
Dcol32cb16blend_neon.S22 .global scanline_col32cb16blend_neon
Dt32cb16blend.S23 .global scanline_t32cb16blend_arm
/system/core/libpixelflinger/tests/arch-mips64/assembler/
Dasm_mips_test_jacket.S32 .global asm_mips_test_jacket
/system/bt/doc/
Ddirectory_layout.md20 * include - **Deprecated** - System global include files.
/system/core/logd/
DREADME.property47 log.tag string persist The global logging level, VERBOSE,
67 such as main, system, ... override global default.
/system/core/libpixelflinger/arch-mips64/
Dcol32cb16blend.S58 .global scanline_col32cb16blend_mips64
Dt32cb16blend.S80 .global scanline_t32cb16blend_mips64
/system/core/libmemunreachable/tests/
DMemUnreachable_test.cpp95 TEST(MemunreachableTest, global) { in TEST() argument
/system/core/libpixelflinger/arch-mips/
Dcol32cb16blend.S64 .global scanline_col32cb16blend_mips
Dt32cb16blend.S183 .global scanline_t32cb16blend_mips
/system/extras/ANRdaemon/
DREADME5 global control /d/trace/trace_on. The raw trace file is stored at
/system/core/libpixelflinger/tests/arch-arm64/assembler/
Dasm_test_jacket.S32 .global asm_test_jacket
/system/extras/tests/workloads/
Dpwrtest.sh219 adb shell settings put global airplane_mode_on $setting
/system/connectivity/shill/init/
Dshill.conf.in52 # Create storage for the shill global profile.
/system/sepolicy/
Ddomain.te401 # The reason for this is due to the fact that, by design, they lead to global
413 # that over time, the kernel global tables used to implement SysV IPCs will fill

12