Searched defs:FileLock (Results 1 - 13 of 13) sorted by relevance

/external/qemu/android/utils/
H A Dfilelock.h22 ** a FileLock is useful to prevent several emulator instances from using the same
25 ** create a FileLock object with filelock_create(), the function will return
37 typedef struct FileLock FileLock; typedef in typeref:struct:FileLock
39 extern FileLock* filelock_create ( const char* path );
40 extern void filelock_release( FileLock* lock );
H A Dfilelock.c41 ** A FileLock is useful to prevent several emulator instances from using
44 ** Create a FileLock object with filelock_create(), this function should
73 struct FileLock struct
79 FileLock* next;
83 static FileLock* _all_filelocks;
95 filelock_lock( FileLock* lock )
370 filelock_release( FileLock* lock )
386 FileLock* lock;
393 FileLock*
403 int total_len = sizeof(FileLock)
[all...]
/external/chromium_org/net/disk_cache/blockfile/
H A Dfile_lock.cc22 FileLock::FileLock(BlockFileHeader* header) { function in class:disk_cache::FileLock
29 FileLock::~FileLock() {
33 void FileLock::Lock() {
40 void FileLock::Unlock() {
H A Dfile_lock.h22 // FileLock lock(header);
30 class NET_EXPORT_PRIVATE FileLock { class in namespace:disk_cache
32 explicit FileLock(BlockFileHeader* header);
33 virtual ~FileLock();
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dfilelock.h47 class FileLock { class in namespace:talk_base
49 virtual ~FileLock();
53 static FileLock* TryLock(const std::string& path);
57 FileLock(const std::string& path, FileStream* file);
65 DISALLOW_EVIL_CONSTRUCTORS(FileLock);
H A Dfilelock.cc37 FileLock::FileLock(const std::string& path, FileStream* file) function in class:talk_base::FileLock
41 FileLock::~FileLock() {
45 void FileLock::Unlock() {
50 void FileLock::MaybeUnlock() {
59 FileLock* FileLock::TryLock(const std::string& path) {
69 return new FileLock(path, stream);
/external/chromium_org/third_party/webrtc/base/
H A Dfilelock.h30 class FileLock { class in namespace:rtc
32 virtual ~FileLock();
36 static FileLock* TryLock(const std::string& path);
40 FileLock(const std::string& path, FileStream* file);
48 DISALLOW_EVIL_CONSTRUCTORS(FileLock);
H A Dfilelock.cc20 FileLock::FileLock(const std::string& path, FileStream* file) function in class:rtc::FileLock
24 FileLock::~FileLock() {
28 void FileLock::Unlock() {
33 void FileLock::MaybeUnlock() {
42 FileLock* FileLock::TryLock(const std::string& path) {
52 return new FileLock(path, stream);
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv.cc24 FileLock::~FileLock() {
/external/chromium_org/third_party/leveldatabase/src/include/leveldb/
H A Denv.h24 class FileLock;
111 virtual Status LockFile(const std::string& fname, FileLock** lock) = 0;
116 virtual Status UnlockFile(FileLock* lock) = 0;
245 class FileLock { class in namespace:leveldb
247 FileLock() { } function in class:leveldb::FileLock
248 virtual ~FileLock();
251 FileLock(const FileLock&);
252 void operator=(const FileLock&);
305 Status LockFile(const std::string& f, FileLock**
[all...]
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...

Completed in 481 milliseconds