Searched refs:FileMutex (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/include/bcc/Support/
H A DFileMutex.h27 class FileMutex : public FileBase { class in namespace:bcc
29 FileMutex(const std::string &pFileToLock) function in class:bcc::FileMutex
/frameworks/compile/libbcc/lib/Renderscript/
H A DRSCompilerDriver.cpp33 #include "bcc/Support/FileMutex.h"
93 FileMutex<FileBase::kReadLock> read_output_mutex(output_path.c_str());
260 FileMutex<FileBase::kWriteLock> write_output_mutex(pOutputPath);
332 FileMutex<FileBase::kWriteLock> write_info_mutex(info_path.string());

Completed in 922 milliseconds