Home
last modified time | relevance | path

Searched refs:LOCK_UN (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/libbcc/lib/
DFileBase.cpp35 #define LOCK_UN 0 macro
212 if (::flock(mFD, LOCK_UN) == 0) { in unlock()
/frameworks/libs/binary_translation/tests/ndk_program_tests/
Dfile_test.cc657 EXPECT_EQ(flock(f.fd(), LOCK_UN), 0); in TEST()
/frameworks/native/cmds/installd/
Ddexopt.cpp224 if (flock(ufd.get(), LOCK_UN) != 0) { in clear_profile()
897 if (flock(out_fd.get(), LOCK_UN) != 0) { in copy_system_profile()
/frameworks/base/libs/androidfw/
DAssetManager.cpp751 TEMP_FAILURE_RETRY(flock(fileno(fin), LOCK_UN)); in addSystemOverlays()