Lines Matching refs:tf
475 TemporaryFile tf; // Use tf to get an unique filename.
476 ASSERT_NOERROR(close(tf.fd));
478 ASSERT_NO_FATAL_FAILURE(CreateRelroFile(kLibName, tf.filename));
481 // Use destructor of tf to close and unlink the file.
482 tf.fd = extinfo_.relro_fd;
486 TemporaryFile tf; // // Use tf to get an unique filename.
487 ASSERT_NOERROR(close(tf.fd));
489 ASSERT_NO_FATAL_FAILURE(CreateRelroFile(kLibNameNoRelro, tf.filename));
492 // Use destructor of tf to close and unlink the file.
493 tf.fd = extinfo_.relro_fd;
506 TemporaryFile tf; // Use tf to get an unique filename.
507 ASSERT_NOERROR(close(tf.fd));
509 ASSERT_NO_FATAL_FAILURE(CreateRelroFile(kLibName, tf.filename));
515 ASSERT_NO_FATAL_FAILURE(SpawnChildrenAndMeasurePss(kLibName, tf.filename, false, &without_sharing));
516 ASSERT_NO_FATAL_FAILURE(SpawnChildrenAndMeasurePss(kLibName, tf.filename, true, &with_sharing));
526 // Use destructor of tf to close and unlink the file.
527 tf.fd = extinfo_.relro_fd;