android |
|
|
components.conf |
|
650 |
IOUtils.cpp |
Platform-specific (e.g. Windows, Unix) implementations of XPCOM APIs may
report I/O errors inconsistently. For convenience, this function will attempt
to match a |nsresult| against known results which imply a file cannot be
found.
@see nsLocalFileWin.cpp
@see nsLocalFileUnix.cpp
|
111184 |
IOUtils.h |
Utility class to be used with |UniquePtr| to automatically close NSPR file
descriptors when they go out of scope.
Example:
UniquePtr<PRFileDesc, PR_CloseDelete> fd = PR_Open(path, flags, mode);
|
35097 |
linux |
|
|
mac |
|
|
moz.build |
|
2784 |
NetworkGeolocationProvider.sys.mjs |
|
13749 |
nsDeviceSensors.cpp |
|
17880 |
nsDeviceSensors.h |
|
2388 |
nsIOSPermissionRequest.idl |
The permission state is not known. As an example, on macOS
this is used to indicate the user has not been prompted to
authorize or deny access and there is no policy in place to
deny access.
|
2731 |
nsOSPermissionRequest.h |
The default implementation of nsOSPermissionRequestBase used on platforms
that don't have a platform-specific version.
|
675 |
nsOSPermissionRequestBase.cpp |
access authorized |
2642 |
nsOSPermissionRequestBase.h |
The base implementation of nsIOSPermissionRequest to be subclassed on
platforms that require permission requests for access to resources such
as media captures devices. This implementation always returns results
indicating access is permitted.
|
1212 |
PathUtils.cpp |
static |
19486 |
PathUtils.h |
Initialize the given nsIFile with the given path.
This is equivalent to calling nsIFile::InitWithPath() with the caveat that
on Windows debug or during Windows CI tests, we will crash if the path
contains a forward slash.
@param aFile The file to initialize.
@param aPath The path to initialize the file with.
@return The result of calling nsIFile::InitWithPath.
|
9176 |
tests |
|
|
windows |
|
|