Home
last modified time | relevance | path

Searched refs:fileattr (Results 1 – 2 of 2) sorted by relevance

/external/pdfium/testing/utils/
Dpath_service.cpp43 DWORD fileattr = GetFileAttributesA(path.c_str()); in DirectoryExists() local
44 if (fileattr != INVALID_FILE_ATTRIBUTES) in DirectoryExists()
45 return (fileattr & FILE_ATTRIBUTE_DIRECTORY) != 0; in DirectoryExists()
/external/curl/tests/
Druntests.pl3761 my %fileattr = getpartattr("client", "file".$partsuffix);
3762 my $filename=$fileattr{'name'};
3773 if($fileattr{'nonewline'}) {