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

/external/libchrome/base/files/
H A Dfile_util_posix.cc149 int CreateAndOpenFdForTemporaryFile(FilePath directory, FilePath* path) { function in namespace:base::__anon9995
169 ScopedFD fd(CreateAndOpenFdForTemporaryFile(FilePath("/dev/shm"), &path));
530 int fd = CreateAndOpenFdForTemporaryFile(directory, path);
538 int fd = CreateAndOpenFdForTemporaryFile(dir, path);
550 int fd = CreateAndOpenFdForTemporaryFile(dir, temp_file);

Completed in 95 milliseconds