Lines Matching defs:value
33 // wrap _wfopen_s, perhaps both by calling file_path.value().c_str(). This
129 #define PATH_CSTR(x) reinterpret_cast<const wchar_t*>(x.value().c_str())
132 #define PATH_CSTR(x) (x.value().c_str())
196 const StringType& value() const { return path_; }
206 // equivalent to calling DirName().value() on the path's root component,
207 // and BaseName().value() on each child component.
251 // of the value of path. For common double-extensions like .tar.gz and
254 // new_path = path.RemoveExtension().value().append(path.Extension());
255 // ASSERT(new_path == path.value());
386 return hash<base::FilePath::StringType>()(f.value());