OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tmp_st
(Results
1 - 2
of
2
) sorted by null
/external/selinux/sandbox/
seunshare.c
439
struct stat
tmp_st
;
local
451
if (fstat(fd_s, &
tmp_st
) == -1) {
455
if (!equal_stats(src_st, &
tmp_st
)) {
495
if (fstat(fd_t, &
tmp_st
) == -1) {
499
if (!equal_stats(out_st, &
tmp_st
)) {
/system/core/adb/
file_sync_client.cpp
665
struct stat
tmp_st
;
local
668
if (sync_lstat(sc, dir_path.c_str(), &
tmp_st
)) {
[
all
...]
Completed in 3303 milliseconds