OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ScopedTempDir
(Results
1 - 4
of
4
) sorted by null
/external/chromium/base/memory/
scoped_temp_dir.cc
10
ScopedTempDir
::
ScopedTempDir
() {
13
ScopedTempDir
::~
ScopedTempDir
() {
18
bool
ScopedTempDir
::CreateUniqueTempDir() {
31
bool
ScopedTempDir
::CreateUniqueTempDirUnderPath(const FilePath& base_path) {
49
bool
ScopedTempDir
::Set(const FilePath& path) {
61
bool
ScopedTempDir
::Delete() {
70
LOG(ERROR) << "
ScopedTempDir
unable to delete " << path_.value();
76
FilePath
ScopedTempDir
::Take()
[
all
...]
scoped_temp_dir.h
22
class BASE_API
ScopedTempDir
{
25
ScopedTempDir
();
28
~
ScopedTempDir
();
56
DISALLOW_COPY_AND_ASSIGN(
ScopedTempDir
);
/external/chromium_org/base/files/
scoped_temp_dir.h
23
class BASE_EXPORT
ScopedTempDir
{
26
ScopedTempDir
();
29
~
ScopedTempDir
();
57
DISALLOW_COPY_AND_ASSIGN(
ScopedTempDir
);
scoped_temp_dir.cc
12
ScopedTempDir
::
ScopedTempDir
() {
15
ScopedTempDir
::~
ScopedTempDir
() {
20
bool
ScopedTempDir
::CreateUniqueTempDir() {
32
bool
ScopedTempDir
::CreateUniqueTempDirUnderPath(const FilePath& base_path) {
49
bool
ScopedTempDir
::Set(const FilePath& path) {
60
bool
ScopedTempDir
::Delete() {
73
FilePath
ScopedTempDir
::Take() {
79
bool
ScopedTempDir
::IsValid() const
[
all
...]
Completed in 111 milliseconds